We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f53b5 commit 23aec1aCopy full SHA for 23aec1a
dexs/flowswap-v3.ts
@@ -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