Skip to content

Commit 4e7925b

Browse files
authored
Merge pull request #276 from Gearbox-protocol/de-snake-patch-3
fix: hide avant strategies
2 parents b8f5fa8 + 6d66861 commit 4e7925b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/strategies/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
2424
network: "Mainnet",
2525
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
2626
issuesOnClose: true,
27+
hideInProd: true,
2728
},
2829
{
2930
name: "Convex savUSD/USDC",
@@ -35,6 +36,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
3536
creditManagers: ["0xba531a7bf2616bffcccb68b94cc8177155e60404"],
3637
issuesOnClose: true,
3738
additionalCollaterals: ["0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9"],
39+
hideInProd: true,
3840
},
3941
{
4042
name: "ETH+",

0 commit comments

Comments
 (0)