Skip to content

Commit 38553df

Browse files
authored
fix: show one more
1 parent 9de187d commit 38553df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/strategies/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,12 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
113113
strategyType: ["stable"],
114114
chainId: 1,
115115
network: "Mainnet",
116-
creditManagers: ["0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87"],
116+
creditManagers: [
117+
"0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87",
118+
"0xa64d5e7567c5e8f494549dbff60c77846e059706",
119+
],
117120
issuesOnClose: true,
118121
additionalCollaterals: ["0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb"],
119-
hideInProd: true,
120122
},
121123
// {
122124
// name: "Convex pmUSD/frxUSD",

0 commit comments

Comments
 (0)