File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const manta_owners = ["0xA2E2F3726DF754C1848C8fd1CbeA6aAFF84FC5B2", "0x1EbEd4024
7
7
const manta_stone_token = "0xEc901DA9c68E90798BbBb74c11406A32A70652C3" ;
8
8
const manat_manta_token = "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5" ;
9
9
const taiko_owners = [ "0x735D00A9368164B9dcB2e008d5Cd15b367649aD5" , "0x235C5C450952C12C8b815086943A7bBCF96bc619" , "0x2646E743A8F47b8d2427dBcc10f89e911f2dBBaa" ] ;
10
+ const bsquared_owners = [ "0xA2E2F3726DF754C1848C8fd1CbeA6aAFF84FC5B2" , "0x1EbEd4024308afcb05E6938eF8Ebd1ec5d6E8C46" , "0xB20Faa4BA0DdEbDe49299557f4F1ebB5532745e3" ] ;
10
11
11
12
module . exports = {
12
13
start : 1690971144 ,
@@ -20,4 +21,7 @@ module.exports = {
20
21
taiko : {
21
22
tvl : sumTokensExport ( { owners : taiko_owners , tokens : [ ADDRESSES . taiko . USDC ] } )
22
23
} ,
24
+ bsquared : {
25
+ tvl : sumTokensExport ( { owners : bsquared_owners , tokens : [ ADDRESSES . bsquared . USDT ] } )
26
+ } ,
23
27
} ;
You can’t perform that action at this time.
0 commit comments