Skip to content

Commit 415842f

Browse files
Create index.js (DefiLlama#11401)
1 parent add145a commit 415842f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/xtrade/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const { uniV3Export } = require('../helper/uniswapV3')
2+
3+
module.exports = uniV3Export({
4+
xlayer: {
5+
factory: '0x612D9EA08be59479B112D8d400C7F0A2E4aD4172',
6+
fromBlock: 813172,
7+
isAlgebra: true,
8+
},
9+
})

0 commit comments

Comments
 (0)