Skip to content

Commit b8f5fa8

Browse files
authored
Merge pull request #274 from Gearbox-protocol/de-snake-patch-3
fix: show edge usdc by default, add tulipa strategies
2 parents 9548255 + ff6f83d commit b8f5fa8

File tree

5 files changed

+225
-1
lines changed

5 files changed

+225
-1
lines changed

public/tokens/stkcvxpmcrvusd.svg

Lines changed: 61 additions & 0 deletions
Loading

public/tokens/stkcvxpmfrxusd.svg

Lines changed: 65 additions & 0 deletions
Loading

public/tokens/stkcvxsavusdusdc.svg

Lines changed: 54 additions & 0 deletions
Loading

src/pools/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
2424
network: "Mainnet",
2525
curator: "Edge UltraYield",
2626
poolType: ["stable"],
27-
isLowInterest: true,
2827
},
2928
{
3029
name: "Edge UltraYield ETH Prime",

src/strategies/index.ts

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,27 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
1515
"0x6b343f7b797f1488aa48c49d540690f2b2c89751": true,
1616
},
1717
},
18+
{
19+
name: "Avant savUSD",
20+
id: "savUSD",
21+
tokenOutAddress: "0xb8d89678e75a973e74698c976716308abb8a46a4",
22+
strategyType: ["stable"],
23+
chainId: 1,
24+
network: "Mainnet",
25+
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
26+
issuesOnClose: true,
27+
},
28+
{
29+
name: "Convex savUSD/USDC",
30+
id: "stkcvxsavUSDUSDC",
31+
tokenOutAddress: "0x199b9c20908590c6bbe4271c0cb3184e641dd0ba",
32+
strategyType: ["stable"],
33+
chainId: 1,
34+
network: "Mainnet",
35+
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
36+
issuesOnClose: true,
37+
additionalCollaterals: ["0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9"],
38+
},
1839
{
1940
name: "ETH+",
2041
id: "ETH+",
@@ -78,6 +99,30 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
7899
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
79100
],
80101
},
102+
{
103+
name: "Convex pmUSD/crvUSD",
104+
id: "stkcvxpmcrvUSD",
105+
tokenOutAddress: "0x1774a6b4aba3b999461a1682f6776cac66dd1987",
106+
strategyType: ["stable"],
107+
chainId: 1,
108+
network: "Mainnet",
109+
creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
110+
issuesOnClose: true,
111+
additionalCollaterals: ["0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb"],
112+
hideInProd: true,
113+
},
114+
{
115+
name: "Convex pmUSD/frxUSD",
116+
id: "stkcvxpmfrxUSD",
117+
tokenOutAddress: "0xf4faf5d5cf017fe9792122d8f4972d06e144ceba",
118+
strategyType: ["stable"],
119+
chainId: 1,
120+
network: "Mainnet",
121+
creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
122+
issuesOnClose: true,
123+
additionalCollaterals: ["0xbf5047039f2980c21eb5692c790bad8a9533b900"],
124+
hideInProd: true,
125+
},
81126
{
82127
name: "Curve AZND/AUSD",
83128
id: "AZNDAUSD",

0 commit comments

Comments
 (0)