Skip to content

Commit 887a791

Browse files
authored
Merge pull request #277 from Gearbox-protocol/de-snake-patch-3
feat: update tulipa cms, show back in main app
2 parents d946654 + 3a08a36 commit 887a791

File tree

2 files changed

+53
-46
lines changed

2 files changed

+53
-46
lines changed

src/pools/index.ts

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
1717
curator: "Edge UltraYield",
1818
poolType: ["stable"],
1919
},
20-
{
21-
name: "Edge UltraYield USDC",
22-
address: "0x119f75d5ac5739ae49ffc46117a20654793a9b18",
23-
chainId: 1,
24-
network: "Mainnet",
25-
curator: "Edge UltraYield",
26-
poolType: ["stable"],
27-
},
28-
{
29-
name: "Edge UltraYield ETH Prime",
30-
address: "0xd98e31c67c7c21f233c37c9ac9ae656dcb0d5d25",
31-
chainId: 1,
32-
network: "Mainnet",
33-
curator: "Edge UltraYield",
34-
poolType: ["eth"],
35-
isLowInterest: true,
36-
},
37-
{
38-
name: "Edge UltraYield ETH",
39-
address: "0xb46edf298989f0f106edd80e4ae8f59a13531db4",
40-
chainId: 1,
41-
network: "Mainnet",
42-
curator: "Edge UltraYield",
43-
poolType: ["eth"],
44-
isLowInterest: true,
45-
},
4620
{
4721
name: "Tulipa MON",
4822
address: "0x09ca6b76276ec0682adb896418b99cb7e44a58a0",
@@ -67,6 +41,14 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
6741
curator: "kpk",
6842
poolType: ["eth"],
6943
},
44+
{
45+
name: "Tulipa USDC",
46+
address: "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4",
47+
chainId: 1,
48+
network: "Mainnet",
49+
curator: "Tulipa",
50+
poolType: ["stable"],
51+
},
7052
{
7153
name: "Re7 USDC",
7254
address: "0x653e62a9ef0e869f91dc3d627b479592aa02ea75",
@@ -76,13 +58,29 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
7658
poolType: ["stable"],
7759
},
7860
{
79-
name: "Tulipa USDC",
80-
address: "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4",
61+
name: "Edge UltraYield USDC",
62+
address: "0x119f75d5ac5739ae49ffc46117a20654793a9b18",
8163
chainId: 1,
8264
network: "Mainnet",
83-
curator: "Tulipa",
65+
curator: "Edge UltraYield",
8466
poolType: ["stable"],
8567
},
68+
{
69+
name: "Edge UltraYield ETH Prime",
70+
address: "0xd98e31c67c7c21f233c37c9ac9ae656dcb0d5d25",
71+
chainId: 1,
72+
network: "Mainnet",
73+
curator: "Edge UltraYield",
74+
poolType: ["eth"],
75+
},
76+
{
77+
name: "Edge UltraYield ETH",
78+
address: "0xb46edf298989f0f106edd80e4ae8f59a13531db4",
79+
chainId: 1,
80+
network: "Mainnet",
81+
curator: "Edge UltraYield",
82+
poolType: ["eth"],
83+
},
8684
{
8785
name: "Edge UltraYield USDC",
8886
address: "0x53d83543a1462a3ec686bbcf36569ce24bdb87cc",

src/strategies/index.ts

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
2222
strategyType: ["stable"],
2323
chainId: 1,
2424
network: "Mainnet",
25-
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
25+
creditManagers: [
26+
"0xba531a7bf2616bffcccb68b94cc8177155e60404",
27+
"0x9e20387ba2d94f3ccfea435c5aa76fe614c58bb8",
28+
],
2629
issuesOnClose: true,
27-
hideInProd: true,
2830
},
2931
{
3032
name: "Convex savUSD/USDC",
@@ -33,7 +35,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
3335
strategyType: ["stable"],
3436
chainId: 1,
3537
network: "Mainnet",
36-
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
38+
creditManagers: [
39+
"0xba531a7bf2616bffcccb68b94cc8177155e60404",
40+
"0x9e20387ba2d94f3ccfea435c5aa76fe614c58bb8",
41+
],
3742
issuesOnClose: true,
3843
additionalCollaterals: ["0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9"],
3944
hideInProd: true,
@@ -108,23 +113,27 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
108113
strategyType: ["stable"],
109114
chainId: 1,
110115
network: "Mainnet",
111-
creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
116+
creditManagers: [
117+
"0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87",
118+
"0xa64d5e7567c5e8f494549dbff60c77846e059706",
119+
],
112120
issuesOnClose: true,
113121
additionalCollaterals: ["0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb"],
114-
hideInProd: true,
115-
},
116-
{
117-
name: "Convex pmUSD/frxUSD",
118-
id: "stkcvxpmfrxUSD",
119-
tokenOutAddress: "0xf4faf5d5cf017fe9792122d8f4972d06e144ceba",
120-
strategyType: ["stable"],
121-
chainId: 1,
122-
network: "Mainnet",
123-
creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
124-
issuesOnClose: true,
125-
additionalCollaterals: ["0xbf5047039f2980c21eb5692c790bad8a9533b900"],
126-
hideInProd: true,
127122
},
123+
// {
124+
// name: "Convex pmUSD/frxUSD",
125+
// id: "stkcvxpmfrxUSD",
126+
// tokenOutAddress: "0xf4faf5d5cf017fe9792122d8f4972d06e144ceba",
127+
// strategyType: ["stable"],
128+
// chainId: 1,
129+
// network: "Mainnet",
130+
// creditManagers: [
131+
// "0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87",
132+
// "0xa64d5e7567c5e8f494549dbff60c77846e059706",
133+
// ],
134+
// issuesOnClose: true,
135+
// additionalCollaterals: ["0xbf5047039f2980c21eb5692c790bad8a9533b900"],
136+
// },
128137
{
129138
name: "Curve AZND/AUSD",
130139
id: "AZNDAUSD",

0 commit comments

Comments
 (0)