File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const config = {
18
18
} ,
19
19
weETH : "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee" ,
20
20
zircuit : "0xF047ab4c75cebf0eB9ed34Ae2c186f3611aEAfa6" ,
21
+ weETHs : "0x917ceE801a67f933F2e6b33fC0cD1ED2d5909D88" ,
21
22
} ,
22
23
arbitrum : {
23
24
liquidityResolver : ( block ) => "0x46859d33E662d4bF18eEED88f74C36256E606e44" ,
@@ -48,6 +49,15 @@ async function tvl(api) {
48
49
params : [ config . ethereum . weETH , config . liquidity ] ,
49
50
} )
50
51
) ;
52
+ // add WeETHs deployed to Zircuit
53
+ api . add (
54
+ config . ethereum . weETHs ,
55
+ await api . call ( {
56
+ target : config . ethereum . zircuit ,
57
+ abi : "function balance(address, address) public view returns (uint256 balance)" ,
58
+ params : [ config . ethereum . weETHs , config . liquidity ] ,
59
+ } )
60
+ ) ;
51
61
}
52
62
53
63
return api . sumTokens ( {
You can’t perform that action at this time.
0 commit comments