Skip to content

Commit 4ebac3f

Browse files
committed
add Beracaine on berachain
1 parent 2cd2ad2 commit 4ebac3f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/beracaine/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { getUniTVL } = require('../helper/unknownTokens')
2+
const dexTVL = getUniTVL({ factory: '0x0Ec621393958dD9865B912CBdFf808d175B1B9f4', useDefaultCoreAssets: true })
3+
module.exports = {
4+
misrepresentedTokens: true,
5+
methodology: `Uses factory(0x0Ec621393958dD9865B912CBdFf808d175B1B9f4) address and whitelisted tokens address to find and price Liquidity Pool pairs.`,
6+
berachain: {
7+
tvl: dexTVL
8+
}
9+
};
10+
11+

0 commit comments

Comments
 (0)