Skip to content

Commit e5444ab

Browse files
de-snakedoomsower
authored andcommitted
fix: hide new strats in prod
1 parent 412f557 commit e5444ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/strategies/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
2727
"0xc307a074bd5aec2d6ad1d9b74465c24a59b490fd",
2828
"0x9fb5493deb601a0329ad8bff43cd182a61321ca7",
2929
],
30+
showInProd: false,
3031
issuesOnClose: true,
3132
},
3233
{
@@ -41,6 +42,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
4142
"0xAB917E5397D67345d8d23ece26785582D8B4AE03",
4243
"0x06F5b5062477DCf6723c30a76232A5C0B6FCb01A",
4344
],
45+
showInProd: false,
4446
issuesOnClose: false,
4547
},
4648
{
@@ -52,6 +54,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
5254
chainId: 143,
5355
network: "Monad",
5456
creditManagers: [],
57+
showInProd: false,
5558
issuesOnClose: false,
5659
},
5760
{
@@ -92,6 +95,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
9295
"0x1840056a2bdbe949e017a3716e3fdd4a0d327bf0",
9396
"0x29350a3c2627fb78c7e915cd59af754edf8998c5",
9497
],
98+
showInProd: false,
9599
issuesOnClose: true,
96100
},
97101
{
@@ -105,6 +109,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
105109
"0x1840056a2bdbe949e017a3716e3fdd4a0d327bf0",
106110
"0x29350a3c2627fb78c7e915cd59af754edf8998c5",
107111
],
112+
showInProd: false,
108113
issuesOnClose: true,
109114
},
110115
{

0 commit comments

Comments
 (0)