Skip to content

Commit 23aec1a

Browse files
authored
feat: add FlowSwap V3 (#4597)
* feat: add FlowSwap V3 * chore: update fee distribution on FlowSwap V3
1 parent 43f53b5 commit 23aec1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dexs/flowswap-v3.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { CHAIN } from '../helpers/chains';
2+
import { uniV3Exports } from '../helpers/uniswap';
3+
4+
export default uniV3Exports({
5+
[CHAIN.FLOW]: {
6+
factory: '0xca6d7Bb03334bBf135902e1d919a5feccb461632',
7+
userFeesRatio: 1,
8+
revenueRatio: 0,
9+
protocolRevenueRatio: 0,
10+
holdersRevenueRatio: 0,
11+
},
12+
});

0 commit comments

Comments
 (0)