Skip to content

Commit dc4999e

Browse files
phongcpt72g1nt0ki
andauthored
Add Xmarket (#18482)
Co-authored-by: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com>
1 parent a073095 commit dc4999e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/xmarket/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const ADDRESSES = require('../helper/coreAssets.json')
2+
const { sumTokensExport } = require('../helper/unwrapLPs');
3+
4+
module.exports = {
5+
bsc: {
6+
tvl: sumTokensExport({ owners: ['0x6Dabbc1Fe8d1AF341B3DC328Ee77db20e05411DD'], tokens: [ADDRESSES.bsc.USDT]})
7+
},
8+
}

0 commit comments

Comments
 (0)