Skip to content

Commit 3a08a36

Browse files
authored
fix: reorder pools
1 parent 38553df commit 3a08a36

File tree

1 file changed

+27
-29
lines changed

1 file changed

+27
-29
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",

0 commit comments

Comments
 (0)