Skip to content

Commit bff195c

Browse files
authored
Merge pull request #229 from Gearbox-protocol/de-snake-patch-4
fix: change phantom token addresses to v3.1
2 parents 3a40624 + f8979c8 commit bff195c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/strategies/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
219219
{
220220
name: "Convex-staked RLUSD/USDC",
221221
id: "stkcvxRLUSDUSDC",
222-
tokenOutAddress: "0x444fa0ffb033265591895b66c81c2e5ff606e097",
222+
tokenOutAddress: "0x87fa6c0296c986d1c901d72571282d57916b964a",
223223
strategyType: ["stable"],
224224
chainId: 1,
225225
network: "Mainnet",
@@ -229,7 +229,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
229229
{
230230
name: "Convex-staked scrvUSD/sUSDe",
231231
id: "stkcvxllamathena",
232-
tokenOutAddress: "0x72ed19788bce2971a5ed6401662230ee57e254b7",
232+
tokenOutAddress: "0xb5528130b1d5d24ad172bf54ceed062232afbfbe",
233233
strategyType: ["stable"],
234234
chainId: 1,
235235
network: "Mainnet",

0 commit comments

Comments
 (0)