|
1 | 1 | import type { PoolConfigPayload } from "../core/pools"; |
2 | 2 |
|
3 | 3 | 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 | + }, |
4 | 28 | { |
5 | 29 | name: "wstETH v3", |
6 | 30 | address: "0xa9d17f6d3285208280a1fd9b94479c62e0aaba64", |
@@ -33,22 +57,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [ |
33 | 57 | curator: "Tulipa", |
34 | 58 | poolType: ["stable"], |
35 | 59 | }, |
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 | | - }, |
52 | 60 | { |
53 | 61 | name: "Edge UltraYield USDC", |
54 | 62 | address: "0x53d83543a1462a3ec686bbcf36569ce24bdb87cc", |
@@ -329,12 +337,4 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [ |
329 | 337 | poolType: ["stable"], |
330 | 338 | isLowInterest: true, |
331 | 339 | }, |
332 | | - { |
333 | | - name: "Edge UltraYield USDT0", |
334 | | - address: "0x164a35f31e4e0f6c45d500962a6978d2cbd5a16b", |
335 | | - chainId: 143, |
336 | | - network: "Monad", |
337 | | - curator: "Edge UltraYield", |
338 | | - poolType: ["stable"], |
339 | | - }, |
340 | 340 | ]; |
0 commit comments