Skip to content

Commit 386a5ab

Browse files
authored
feat: add laminar tvl adapter (DefiLlama#14296)
1 parent f4a13e7 commit 386a5ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/laminar/index.js

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

0 commit comments

Comments
 (0)