Skip to content
Merged
Show file tree
Hide file tree
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
56 changes: 27 additions & 29 deletions src/pools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
curator: "Edge UltraYield",
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"],
isLowInterest: true,
},
{
name: "Edge UltraYield ETH",
address: "0xb46edf298989f0f106edd80e4ae8f59a13531db4",
chainId: 1,
network: "Mainnet",
curator: "Edge UltraYield",
poolType: ["eth"],
isLowInterest: true,
},
{
name: "Tulipa MON",
address: "0x09ca6b76276ec0682adb896418b99cb7e44a58a0",
Expand All @@ -67,6 +41,14 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
curator: "kpk",
poolType: ["eth"],
},
{
name: "Tulipa USDC",
address: "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4",
chainId: 1,
network: "Mainnet",
curator: "Tulipa",
poolType: ["stable"],
},
{
name: "Re7 USDC",
address: "0x653e62a9ef0e869f91dc3d627b479592aa02ea75",
Expand All @@ -76,13 +58,29 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
poolType: ["stable"],
},
{
name: "Tulipa USDC",
address: "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4",
name: "Edge UltraYield USDC",
address: "0x119f75d5ac5739ae49ffc46117a20654793a9b18",
chainId: 1,
network: "Mainnet",
curator: "Tulipa",
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",
Expand Down
43 changes: 26 additions & 17 deletions src/strategies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
strategyType: ["stable"],
chainId: 1,
network: "Mainnet",
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
creditManagers: [
"0xba531a7bf2616bffcccb68b94cc8177155e60404",
"0x9e20387ba2d94f3ccfea435c5aa76fe614c58bb8",
],
issuesOnClose: true,
hideInProd: true,
},
{
name: "Convex savUSD/USDC",
Expand All @@ -33,7 +35,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
strategyType: ["stable"],
chainId: 1,
network: "Mainnet",
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
creditManagers: [
"0xba531a7bf2616bffcccb68b94cc8177155e60404",
"0x9e20387ba2d94f3ccfea435c5aa76fe614c58bb8",
],
issuesOnClose: true,
additionalCollaterals: ["0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9"],
hideInProd: true,
Expand Down Expand Up @@ -108,23 +113,27 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
strategyType: ["stable"],
chainId: 1,
network: "Mainnet",
creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
creditManagers: [
"0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87",
"0xa64d5e7567c5e8f494549dbff60c77846e059706",
],
issuesOnClose: true,
additionalCollaterals: ["0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb"],
hideInProd: true,
},
{
name: "Convex pmUSD/frxUSD",
id: "stkcvxpmfrxUSD",
tokenOutAddress: "0xf4faf5d5cf017fe9792122d8f4972d06e144ceba",
strategyType: ["stable"],
chainId: 1,
network: "Mainnet",
creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
issuesOnClose: true,
additionalCollaterals: ["0xbf5047039f2980c21eb5692c790bad8a9533b900"],
hideInProd: true,
},
// {
// name: "Convex pmUSD/frxUSD",
// id: "stkcvxpmfrxUSD",
// tokenOutAddress: "0xf4faf5d5cf017fe9792122d8f4972d06e144ceba",
// strategyType: ["stable"],
// chainId: 1,
// network: "Mainnet",
// creditManagers: [
// "0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87",
// "0xa64d5e7567c5e8f494549dbff60c77846e059706",
// ],
// issuesOnClose: true,
// additionalCollaterals: ["0xbf5047039f2980c21eb5692c790bad8a9533b900"],
// },
{
name: "Curve AZND/AUSD",
id: "AZNDAUSD",
Expand Down