Skip to content

Commit 4950a09

Browse files
committed
Add berachain support to goldilocks and holdstation-swap modules
1 parent 2dd1e72 commit 4950a09

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

projects/goldilocks/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const { sumTokensExport } = require('../helper/unwrapLPs')
2+
3+
module.exports = {
4+
berachain: {
5+
tvl: sumTokensExport({ owner: '0xb7E448E5677D212B8C8Da7D6312E8Afc49800466', token: '0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce'})
6+
}
7+
}

projects/holdstation-swap/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ const { uniV3Export } = require('../helper/uniswapV3')
22

33
module.exports = uniV3Export({
44
era: { factory: '0x1153D1d27A558471eF051c5D2D075d7D07B84A07', fromBlock: 31199635 },
5+
berachain: { factory: '0xCaca5910586473646F294d8FA5530cA9E8E3fc38', fromBlock: 782955 },
56
})

0 commit comments

Comments
 (0)