Add FlowSwap V3 adapter (#16897)

This commit is contained in:
Leoni Mella
2025-10-30 21:44:55 -03:00
committed by GitHub
parent 5e0d61c77b
commit 7b3f4afb3f

View File

@@ -0,0 +1,5 @@
const { uniV3Export } = require('../helper/uniswapV3')
module.exports = uniV3Export({
'flow': { factory: '0xca6d7Bb03334bBf135902e1d919a5feccb461632', fromBlock: 42141486 },
})