Skip to content

Commit b4fda56

Browse files
authored
Merge pull request #242 from Gearbox-protocol/de-snake-patch-5
fix: add invariant on plasma back; hide by default; hide more pools
2 parents 462f3a6 + 4b8630f commit b4fda56

File tree

1 file changed

+24
-53
lines changed

1 file changed

+24
-53
lines changed

src/pools/index.ts

Lines changed: 24 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -80,45 +80,38 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
8080
network: "Plasma",
8181
curator: "Hyperithm",
8282
poolType: ["stable"],
83+
isLowInterest: true,
8384
},
8485
{
85-
name: "USDC",
86-
address: "0xc155444481854c60e7a29f4150373f479988f32d",
87-
chainId: 1,
88-
network: "Mainnet",
89-
curator: "Invariant Group",
90-
poolType: ["stable"],
91-
},
92-
{
93-
name: "Trade WETH v3",
94-
address: "0xda0002859b2d05f66a753d8241fcde8623f26f4f",
86+
name: "Gearbox WETH v3",
87+
address: "0xf00b548f1b69cb5ee559d891e03a196fb5101d4a",
9588
chainId: 1,
9689
network: "Mainnet",
97-
curator: "Chaos Labs",
90+
curator: "cp0x",
9891
poolType: ["eth"],
9992
},
10093
{
101-
name: "Gearbox WETH v3",
102-
address: "0xf00b548f1b69cb5ee559d891e03a196fb5101d4a",
94+
name: "wstETH v3",
95+
address: "0x72ccb97cbdc40f8fb7ffa42ed93ae74923547200",
10396
chainId: 1,
10497
network: "Mainnet",
10598
curator: "cp0x",
10699
poolType: ["eth"],
107100
},
108101
{
109-
name: "wstETH v3",
110-
address: "0xff94993fa7ea27efc943645f95adb36c1b81244b",
102+
name: "Trade WETH v3",
103+
address: "0xda0002859b2d05f66a753d8241fcde8623f26f4f",
111104
chainId: 1,
112105
network: "Mainnet",
113106
curator: "Chaos Labs",
114107
poolType: ["eth"],
115108
},
116109
{
117110
name: "wstETH v3",
118-
address: "0x72ccb97cbdc40f8fb7ffa42ed93ae74923547200",
111+
address: "0xff94993fa7ea27efc943645f95adb36c1b81244b",
119112
chainId: 1,
120113
network: "Mainnet",
121-
curator: "cp0x",
114+
curator: "Chaos Labs",
122115
poolType: ["eth"],
123116
},
124117
{
@@ -160,6 +153,7 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
160153
network: "Mainnet",
161154
curator: "Chaos Labs",
162155
poolType: ["btc"],
156+
isLowInterest: true,
163157
},
164158
{
165159
name: "Trade tBTC v3",
@@ -168,6 +162,7 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
168162
network: "Mainnet",
169163
curator: "Chaos Labs",
170164
poolType: ["btc"],
165+
isLowInterest: true,
171166
},
172167
{
173168
name: "Re7 tBTC",
@@ -176,6 +171,7 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
176171
network: "Mainnet",
177172
curator: "Re7",
178173
poolType: ["btc"],
174+
isLowInterest: true,
179175
},
180176
{
181177
name: "Re7 WETH",
@@ -184,6 +180,7 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
184180
network: "Lisk",
185181
curator: "Re7",
186182
poolType: ["eth"],
183+
isLowInterest: true,
187184
},
188185
{
189186
name: "hemiBTC pool - bfBTC looping collateral",
@@ -192,6 +189,7 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
192189
network: "Hemi",
193190
curator: "Invariant Group",
194191
poolType: ["hemiBTC"],
192+
isLowInterest: true,
195193
},
196194
{
197195
name: "USDC.e - wBTC, hemiBTC and ETH",
@@ -200,8 +198,8 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
200198
network: "Hemi",
201199
curator: "Invariant Group",
202200
poolType: ["stable"],
201+
isLowInterest: true,
203202
},
204-
205203
{
206204
name: "crvUSD v3",
207205
address: "0x8ef73f036feec873d0b2fd20892215df5b8bdd72",
@@ -247,33 +245,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
247245
poolType: ["stable"],
248246
isLowInterest: true,
249247
},
250-
{
251-
name: "Chaos Labs USDT",
252-
address: "0xe773eb1c9c26e79deb8e20be24629953ce20597d",
253-
chainId: 56,
254-
network: "BNB",
255-
curator: "Chaos Labs",
256-
poolType: ["stable"],
257-
isLowInterest: true,
258-
},
259-
{
260-
name: "WBNB v3",
261-
address: "0xef7d781825350d2bacb64ef7be927fd400dcdf4f",
262-
chainId: 56,
263-
network: "BNB",
264-
curator: "Chaos Labs",
265-
poolType: ["wbnb"],
266-
isLowInterest: true,
267-
},
268-
{
269-
name: "Re7 USD1",
270-
address: "0x404f813c6cc313ad69832d5a2de83cb3477e655c",
271-
chainId: 56,
272-
network: "BNB",
273-
curator: "Re7",
274-
poolType: ["stable"],
275-
isLowInterest: true,
276-
},
277248
{
278249
name: "wS v3 Sonic",
279250
address: "0xcf4d737c38ef2ac9c7bdb4dbbc954b1932ea4a40",
@@ -320,20 +291,20 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
320291
isLowInterest: true,
321292
},
322293
{
323-
name: "USDC Test",
324-
address: "0x05a11216171d1018af921d1d79d838cfb4576680",
325-
chainId: 42793,
326-
network: "Etherlink",
327-
curator: "Re7",
294+
name: "Invariant USDT0",
295+
address: "0x76309a9a56309104518847bba321c261b7b4a43f",
296+
chainId: 9745,
297+
network: "Plasma",
298+
curator: "Invariant Group",
328299
poolType: ["stable"],
329300
isLowInterest: true,
330301
},
331302
{
332-
name: "K3 USDT v3 stable",
333-
address: "0xf5503d3d4bd254c2c17690eed523bcb2935db6de",
303+
name: "USDC",
304+
address: "0xc155444481854c60e7a29f4150373f479988f32d",
334305
chainId: 1,
335306
network: "Mainnet",
336-
curator: "K3",
307+
curator: "Invariant Group",
337308
poolType: ["stable"],
338309
isLowInterest: true,
339310
},

0 commit comments

Comments
 (0)