We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8f5fa8 + 6d66861 commit 4e7925bCopy full SHA for 4e7925b
src/strategies/index.ts
@@ -24,6 +24,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
24
network: "Mainnet",
25
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
26
issuesOnClose: true,
27
+ hideInProd: true,
28
},
29
{
30
name: "Convex savUSD/USDC",
@@ -35,6 +36,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
35
36
37
38
additionalCollaterals: ["0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9"],
39
40
41
42
name: "ETH+",
0 commit comments