Skip to content

Commit 7469406

Browse files
authored
Bulla Exchange (DefiLlama#13450)
1 parent 65fd041 commit 7469406

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/bullaexchange/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+
berachain: {
5+
factory: '0x79164EA9C1AA75d19DDFc71eBEAEA8092D1e71CE',
6+
fromBlock: 782756,
7+
isAlgebra: true,
8+
},
9+
})

0 commit comments

Comments
 (0)