Skip to content

Commit d33d3af

Browse files
authored
Merge pull request #154 from Gearbox-protocol/apeir99n-patch-1
Remove hiding of some strats
2 parents 8977118 + d29ce48 commit d33d3af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/strategies/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export const STRATEGIES_LIST: Array<StrategyPayload> = [
7070
"0x8c118e8c20cebbaa2467b735bbb8b13d614e6608",
7171
],
7272
issuesOnClose: true,
73-
hideInProd: true,
7473
},
7574
{
7675
name: "PT sUSDf 25SEP2025",
@@ -84,7 +83,6 @@ export const STRATEGIES_LIST: Array<StrategyPayload> = [
8483
"0x8c118e8c20cebbaa2467b735bbb8b13d614e6608",
8584
],
8685
issuesOnClose: true,
87-
hideInProd: true,
8886
},
8987
{
9088
name: "Convex-staked USDC/USDf",
@@ -98,7 +96,6 @@ export const STRATEGIES_LIST: Array<StrategyPayload> = [
9896
"0x8c118e8c20cebbaa2467b735bbb8b13d614e6608",
9997
],
10098
issuesOnClose: true,
101-
hideInProd: true,
10299
},
103100
{
104101
name: "PT USDf 29JAN2026",
@@ -112,7 +109,6 @@ export const STRATEGIES_LIST: Array<StrategyPayload> = [
112109
"0x8c118e8c20cebbaa2467b735bbb8b13d614e6608",
113110
],
114111
issuesOnClose: true,
115-
hideInProd: true,
116112
},
117113
{
118114
name: "Convex stkcvxRLUSD/USDC",

0 commit comments

Comments
 (0)