Skip to content

Commit 3960424

Browse files
authored
Merge pull request #238 from Gearbox-protocol/feat/monad-pools-ontop
feat: add new pools to POOLS_LIST for Monad network
2 parents 34ff62e + dceebcb commit 3960424

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/pools/index.ts

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
import type { PoolConfigPayload } from "../core/pools";
22

33
export const POOLS_LIST: Array<PoolConfigPayload> = [
4+
{
5+
name: "Edge UltraYield USDC",
6+
address: "0x6b343f7b797f1488aa48c49d540690f2b2c89751",
7+
chainId: 143,
8+
network: "Monad",
9+
curator: "Edge UltraYield",
10+
poolType: ["stable"],
11+
},
12+
{
13+
name: "Tulipa MON",
14+
address: "0x34752948b0dc28969485df2066ffe86d5dc36689",
15+
chainId: 143,
16+
network: "Monad",
17+
curator: "Tulipa",
18+
poolType: ["mon"],
19+
},
20+
{
21+
name: "Edge UltraYield USDT0",
22+
address: "0x164a35f31e4e0f6c45d500962a6978d2cbd5a16b",
23+
chainId: 143,
24+
network: "Monad",
25+
curator: "Edge UltraYield",
26+
poolType: ["stable"],
27+
},
428
{
529
name: "wstETH v3",
630
address: "0xa9d17f6d3285208280a1fd9b94479c62e0aaba64",
@@ -33,22 +57,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
3357
curator: "Tulipa",
3458
poolType: ["stable"],
3559
},
36-
{
37-
name: "Edge UltraYield USDC",
38-
address: "0x6b343f7b797f1488aa48c49d540690f2b2c89751",
39-
chainId: 143,
40-
network: "Monad",
41-
curator: "Edge UltraYield",
42-
poolType: ["stable"],
43-
},
44-
{
45-
name: "Tulipa MON",
46-
address: "0x34752948b0dc28969485df2066ffe86d5dc36689",
47-
chainId: 143,
48-
network: "Monad",
49-
curator: "Tulipa",
50-
poolType: ["mon"],
51-
},
5260
{
5361
name: "Edge UltraYield USDC",
5462
address: "0x53d83543a1462a3ec686bbcf36569ce24bdb87cc",
@@ -329,12 +337,4 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
329337
poolType: ["stable"],
330338
isLowInterest: true,
331339
},
332-
{
333-
name: "Edge UltraYield USDT0",
334-
address: "0x164a35f31e4e0f6c45d500962a6978d2cbd5a16b",
335-
chainId: 143,
336-
network: "Monad",
337-
curator: "Edge UltraYield",
338-
poolType: ["stable"],
339-
},
340340
];

0 commit comments

Comments
 (0)