Skip to content

Commit b273826

Browse files
authored
Added Liquidity Book based on TraderJoe v2 (DefiLlama#11524)
1 parent c50a473 commit b273826

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/swapline-lb-v2/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { joeV2Export } = require('../helper/traderJoeV2')
2+
3+
module.exports = joeV2Export({
4+
base: '0x20918F4BA70439C58d070D4746f3aA303a7595d8'
5+
})

0 commit comments

Comments
 (0)