Skip to content

Commit 6fece2f

Browse files
author
Beralis Dex
authored
Beralis Dex v2/v3 listing (DefiLlama#13418)
1 parent 84073a5 commit 6fece2f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

projects/beralis-v2/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const { uniTvlExports } = require('../helper/unknownTokens')
2+
module.exports = uniTvlExports({
3+
'berachain': '0x9A40c6dCBB0c0BAeB58C41839C057a6431f96C55'
4+
})

projects/beralis-v3/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { uniV3Export } = require("../helper/uniswapV3");
2+
3+
module.exports = uniV3Export({
4+
berachain: { factory: "0xDF84ADE69Ab60c22A3Aad2eD454f017C6E625A28", fromBlock: 1, },
5+
});

0 commit comments

Comments
 (0)