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 42f8191 commit 49a3538Copy full SHA for 49a3538
projects/kfc.js
@@ -0,0 +1,7 @@
1
+const { uniV3Export } = require("./helper/uniswapV3")
2
+
3
+const factory = '0x09df701f1f5df83a3bbef7da4e74bb075199d6a4' // same on all chains
4
5
+module.exports = uniV3Export({
6
+ kasplex: { factory, fromBlock: 484634, }
7
+})
0 commit comments