Skip to content

Commit 9157c85

Browse files
authored
fix: token addresses for Bountive V2 (DefiLlama#12360)
1 parent ebf45e6 commit 9157c85

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

projects/bountive/index.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ const { multiCall } = require('../helper/chain/starknet')
44

55
const bountiveTokens = [
66
// BoSTRK: Bountive STRK
7-
"0x05a0fff20829d60a0cdae2da18a32bd3de5c32f8d0109d2a0b59a88a7a77176e",
7+
"0x018e009bbb035c506234e7a8eca6a7229adfd59a278ba3845285d28b03ed6d53",
88
// BoETH: Bountive ETH
9-
"0x00d91e36ff68918b392c9cfc2e3f575526f69e04b97eb28142856fae3611fcf7",
9+
"0x02fcaebd41710024e25b6dc646a62acb6560125a699a3f695b6adb54a180aaee",
1010
// BoUSDC: Bountive USDC
11-
"0x04ed6784fa5c11889851c2d13bbd80464e55605a90b5b664f9400df0fd6ef4a5",
11+
"0x028a88bf75f1b10dc8552051a56fbdc732084af514f6065f4c67ea6d50204720",
1212
// BoUSDT: Bountive USDT
13-
"0x0753dc6f8fee7487fe3f32728c0f1af9df1f7a3d0443ef507eb79a974697be12",
14-
// BoDAI: Bountive DAI
15-
"0x06e32d47c49efb0243da8d456dc413f1dcf50ceea7be28ef520492eccfff2b43",
13+
"0x0243d9a1cffc0b5ebbf549efd1232a96b1ef392fe595e91dd72103d5a8e7d847",
1614
]
1715

1816
const underlyingsTokens = [
@@ -24,8 +22,6 @@ const underlyingsTokens = [
2422
ADDRESSES.starknet.USDC,
2523
// USDT
2624
ADDRESSES.starknet.USDT,
27-
// DAI
28-
ADDRESSES.starknet.DAI,
2925
]
3026

3127
async function tvl(api) {

0 commit comments

Comments
 (0)