We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd1e72 commit 4950a09Copy full SHA for 4950a09
projects/goldilocks/index.js
@@ -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
@@ -2,4 +2,5 @@ const { uniV3Export } = require('../helper/uniswapV3')
module.exports = uniV3Export({
era: { factory: '0x1153D1d27A558471eF051c5D2D075d7D07B84A07', fromBlock: 31199635 },
+ berachain: { factory: '0xCaca5910586473646F294d8FA5530cA9E8E3fc38', fromBlock: 782955 },
})
0 commit comments