Skip to content

Commit 94c01c8

Browse files
authored
Add new chains and tokens to CrossCurve (DefiLlama#12433)
1 parent 0624556 commit 94c01c8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

projects/crosscurve/index.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ module.exports = {
120120
owner: "0xac8f44ceca92b2a4b30360e5bd3043850a0ffcbe",
121121
tokens: [
122122
ADDRESSES.blast.WETH, // WETH
123+
"0x4300000000000000000000000000000000000003", // USDB
123124
],
124125
}),
125126
},
@@ -128,6 +129,7 @@ module.exports = {
128129
owner: "0xac8f44ceca92b2a4b30360e5bd3043850a0ffcbe",
129130
tokens: [
130131
ADDRESSES.mantle.WETH, // WETH
132+
"0x09bc4e0d864854c6afb6eb9a9cdf58ac190d0df9", // USDC
131133
],
132134
}),
133135
},
@@ -137,6 +139,7 @@ module.exports = {
137139
tokens: [
138140
ADDRESSES.linea.WETH, // WETH
139141
"0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4", // WBTC
142+
"0x176211869cA2b568f2A7D4EE941E073a821EE1ff", // USDC.e
140143
],
141144
}),
142145
},
@@ -145,6 +148,31 @@ module.exports = {
145148
owner: "0xac8f44ceca92b2a4b30360e5bd3043850a0ffcbe",
146149
tokens: [
147150
ADDRESSES.taiko.WETH, // WETH
151+
"0x07d83526730c7438048d55a4fc0b850e2aab6f0b", // USDC
152+
],
153+
}),
154+
},
155+
celo: {
156+
tvl: sumTokensExport({
157+
owner: "0xac8f44ceca92b2a4b30360e5bd3043850a0ffcbe",
158+
tokens: [
159+
"0x28f209844029755fc563c1bd4fd21f42dc7ce0e4", // Tri-pool
160+
],
161+
}),
162+
},
163+
fraxtal: {
164+
tvl: sumTokensExport({
165+
owner: "0xac8f44ceca92b2a4b30360e5bd3043850a0ffcbe",
166+
tokens: [
167+
"0xcaef324bea3ff5c7a08710081294f3344ffadc54", // FRAX/USDT
168+
],
169+
}),
170+
},
171+
kava: {
172+
tvl: sumTokensExport({
173+
owner: "0xac8f44ceca92b2a4b30360e5bd3043850a0ffcbe",
174+
tokens: [
175+
"0x919C1c267BC06a7039e03fcc2eF738525769109c", // USDt
148176
],
149177
}),
150178
},

0 commit comments

Comments
 (0)