We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de187d commit 38553dfCopy full SHA for 38553df
src/strategies/index.ts
@@ -113,10 +113,12 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
113
strategyType: ["stable"],
114
chainId: 1,
115
network: "Mainnet",
116
- creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
+ creditManagers: [
117
+ "0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87",
118
+ "0xa64d5e7567c5e8f494549dbff60c77846e059706",
119
+ ],
120
issuesOnClose: true,
121
additionalCollaterals: ["0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb"],
- hideInProd: true,
122
},
123
// {
124
// name: "Convex pmUSD/frxUSD",
0 commit comments