Skip to content

Commit 1045d83

Browse files
authored
Merge pull request #223 from Gearbox-protocol/de-snake-patch-1
feat: add hyperithm and edge pools & strategies
2 parents ffad724 + f5b63ad commit 1045d83

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
lines changed

src/pools/index.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
2525
curator: "Invariant Group",
2626
poolType: ["stable"],
2727
},
28+
{
29+
name: "Edge UltraYield USDT0",
30+
address: "0x53e4e9b8766969c43895839cc9c673bb6bc8ac97",
31+
chainId: 9745,
32+
network: "Plasma",
33+
curator: "Edge UltraYield",
34+
poolType: ["stable"],
35+
},
36+
{
37+
name: "Hyperithm USDT0",
38+
address: "0xb74760fd26400030620027dd29d19d74d514700e",
39+
chainId: 9745,
40+
network: "Plasma",
41+
curator: "Hyperithm",
42+
poolType: ["stable"],
43+
},
2844
{
2945
name: "Re7 USDC",
3046
address: "0x653e62a9ef0e869f91dc3d627b479592aa02ea75",

src/strategies/index.ts

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
7373
strategyType: ["stable"],
7474
chainId: 9745,
7575
network: "Plasma",
76-
creditManagers: ["0x0dc438ab3782a9183c03d16585262b10a0f843b6"],
76+
creditManagers: [
77+
"0x0dc438ab3782a9183c03d16585262b10a0f843b6",
78+
"0x9c64da71eac61c15bc76f5c92b3451abe337022f",
79+
],
7780
issuesOnClose: true,
7881
},
7982
{
@@ -85,7 +88,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
8588
strategyType: ["stable"],
8689
chainId: 9745,
8790
network: "Plasma",
88-
creditManagers: ["0xd6270d10f69389fe2e99276975356c63fe1db17e"],
91+
creditManagers: [
92+
"0xd6270d10f69389fe2e99276975356c63fe1db17e",
93+
"0x19eb08b867c752dc4686ea0fd26af1c072ed62f9",
94+
],
8995
issuesOnClose: true,
9096
},
9197
{
@@ -97,7 +103,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
97103
strategyType: ["stable"],
98104
chainId: 9745,
99105
network: "Plasma",
100-
creditManagers: ["0xfb6203d73c957cada813c1b4a760801a8ab999b9"],
106+
creditManagers: [
107+
"0xfb6203d73c957cada813c1b4a760801a8ab999b9",
108+
"0x6377989b9ef6fd485e28a6fd66966f0cc8109f9d",
109+
],
101110
issuesOnClose: true,
102111
},
103112
{
@@ -181,7 +190,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
181190
strategyType: ["stable"],
182191
chainId: 9745,
183192
network: "Plasma",
184-
creditManagers: ["0xA8Ece189E460eEaD80f056b29E01F398a0ddD16C"],
193+
creditManagers: [
194+
"0xA8Ece189E460eEaD80f056b29E01F398a0ddD16C",
195+
"0xc6d4845f178a0f1b8d3d2298e35489fccbdf7000",
196+
],
185197
issuesOnClose: true,
186198
},
187199
{
@@ -699,7 +711,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
699711
strategyType: ["stable"],
700712
chainId: 9745,
701713
network: "Plasma",
702-
creditManagers: ["0x61F7f5875eC741Ed7321E7CDc70C7662C75c5a06"],
714+
creditManagers: [
715+
"0x61F7f5875eC741Ed7321E7CDc70C7662C75c5a06",
716+
"0x052d92a9766e968342c5315deeac055c6f308ac2",
717+
],
703718
issuesOnClose: true,
704719
},
705720
];

0 commit comments

Comments
 (0)