diff --git a/src/pools/index.ts b/src/pools/index.ts index c87cc62..54932dd 100644 --- a/src/pools/index.ts +++ b/src/pools/index.ts @@ -65,38 +65,6 @@ export const POOLS_LIST: Array = [ 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", @@ -215,15 +183,6 @@ export const POOLS_LIST: Array = [ poolType: ["btc"], isLowInterest: true, }, - { - name: "Re7 tBTC", - address: "0xf791ecc5f2472637eac9dfe3f7894c0b32c32bdf", - chainId: 1, - network: "Mainnet", - curator: "Re7", - poolType: ["btc"], - isLowInterest: true, - }, { name: "Re7 WETH", address: "0xa16952191248e6b4b3a24130dfc47f96ab1956a7", @@ -350,13 +309,4 @@ export const POOLS_LIST: Array = [ poolType: ["stable"], isLowInterest: true, }, - { - name: "USDC", - address: "0xc155444481854c60e7a29f4150373f479988f32d", - chainId: 1, - network: "Mainnet", - curator: "Invariant Group", - poolType: ["stable"], - isLowInterest: true, - }, ];