Skip to content

Commit b6bbabf

Browse files
authored
add bsquared network configs (DefiLlama#11379)
* Update index.js * Update index.js
1 parent 36d5383 commit b6bbabf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/kiloex/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const manta_owners = ["0xA2E2F3726DF754C1848C8fd1CbeA6aAFF84FC5B2", "0x1EbEd4024
77
const manta_stone_token = "0xEc901DA9c68E90798BbBb74c11406A32A70652C3";
88
const manat_manta_token = "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5";
99
const taiko_owners = ["0x735D00A9368164B9dcB2e008d5Cd15b367649aD5", "0x235C5C450952C12C8b815086943A7bBCF96bc619","0x2646E743A8F47b8d2427dBcc10f89e911f2dBBaa"];
10+
const bsquared_owners = ["0xA2E2F3726DF754C1848C8fd1CbeA6aAFF84FC5B2", "0x1EbEd4024308afcb05E6938eF8Ebd1ec5d6E8C46","0xB20Faa4BA0DdEbDe49299557f4F1ebB5532745e3"];
1011

1112
module.exports = {
1213
start: 1690971144,
@@ -20,4 +21,7 @@ module.exports = {
2021
taiko: {
2122
tvl: sumTokensExport({ owners: taiko_owners, tokens: [ADDRESSES.taiko.USDC] })
2223
},
24+
bsquared: {
25+
tvl: sumTokensExport({ owners: bsquared_owners, tokens: [ADDRESSES.bsquared.USDT] })
26+
},
2327
};

0 commit comments

Comments
 (0)