File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ const { multiCall } = require('../helper/chain/starknet')
4
4
5
5
const bountiveTokens = [
6
6
// BoSTRK: Bountive STRK
7
- "0x05a0fff20829d60a0cdae2da18a32bd3de5c32f8d0109d2a0b59a88a7a77176e " ,
7
+ "0x018e009bbb035c506234e7a8eca6a7229adfd59a278ba3845285d28b03ed6d53 " ,
8
8
// BoETH: Bountive ETH
9
- "0x00d91e36ff68918b392c9cfc2e3f575526f69e04b97eb28142856fae3611fcf7 " ,
9
+ "0x02fcaebd41710024e25b6dc646a62acb6560125a699a3f695b6adb54a180aaee " ,
10
10
// BoUSDC: Bountive USDC
11
- "0x04ed6784fa5c11889851c2d13bbd80464e55605a90b5b664f9400df0fd6ef4a5 " ,
11
+ "0x028a88bf75f1b10dc8552051a56fbdc732084af514f6065f4c67ea6d50204720 " ,
12
12
// BoUSDT: Bountive USDT
13
- "0x0753dc6f8fee7487fe3f32728c0f1af9df1f7a3d0443ef507eb79a974697be12" ,
14
- // BoDAI: Bountive DAI
15
- "0x06e32d47c49efb0243da8d456dc413f1dcf50ceea7be28ef520492eccfff2b43" ,
13
+ "0x0243d9a1cffc0b5ebbf549efd1232a96b1ef392fe595e91dd72103d5a8e7d847" ,
16
14
]
17
15
18
16
const underlyingsTokens = [
@@ -24,8 +22,6 @@ const underlyingsTokens = [
24
22
ADDRESSES . starknet . USDC ,
25
23
// USDT
26
24
ADDRESSES . starknet . USDT ,
27
- // DAI
28
- ADDRESSES . starknet . DAI ,
29
25
]
30
26
31
27
async function tvl ( api ) {
You can’t perform that action at this time.
0 commit comments