Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions src/pools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,38 +65,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
curator: "Re7",
poolType: ["stable"],
},
{
name: "Edge UltraYield USDC",
address: "0x119f75d5ac5739ae49ffc46117a20654793a9b18",
chainId: 1,
network: "Mainnet",
curator: "Edge UltraYield",
poolType: ["stable"],
},
{
name: "Edge UltraYield ETH Prime",
address: "0xd98e31c67c7c21f233c37c9ac9ae656dcb0d5d25",
chainId: 1,
network: "Mainnet",
curator: "Edge UltraYield",
poolType: ["eth"],
},
{
name: "Edge UltraYield ETH",
address: "0xb46edf298989f0f106edd80e4ae8f59a13531db4",
chainId: 1,
network: "Mainnet",
curator: "Edge UltraYield",
poolType: ["eth"],
},
{
name: "Edge UltraYield USDC",
address: "0x53d83543a1462a3ec686bbcf36569ce24bdb87cc",
chainId: 10,
network: "Optimism",
curator: "Edge UltraYield",
poolType: ["stable"],
},
{
name: "Edge UltraYield USDT0",
address: "0x53e4e9b8766969c43895839cc9c673bb6bc8ac97",
Expand Down Expand Up @@ -215,15 +183,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
poolType: ["btc"],
isLowInterest: true,
},
{
name: "Re7 tBTC",
address: "0xf791ecc5f2472637eac9dfe3f7894c0b32c32bdf",
chainId: 1,
network: "Mainnet",
curator: "Re7",
poolType: ["btc"],
isLowInterest: true,
},
{
name: "Re7 WETH",
address: "0xa16952191248e6b4b3a24130dfc47f96ab1956a7",
Expand Down Expand Up @@ -350,13 +309,4 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
poolType: ["stable"],
isLowInterest: true,
},
{
name: "USDC",
address: "0xc155444481854c60e7a29f4150373f479988f32d",
chainId: 1,
network: "Mainnet",
curator: "Invariant Group",
poolType: ["stable"],
isLowInterest: true,
},
];
Loading