Skip to content

Commit fea0cff

Browse files
de-snakedoomsower
authored andcommitted
fix: change showInProd to hideInProd
1 parent e5444ab commit fea0cff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/strategies/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
2727
"0xc307a074bd5aec2d6ad1d9b74465c24a59b490fd",
2828
"0x9fb5493deb601a0329ad8bff43cd182a61321ca7",
2929
],
30-
showInProd: false,
30+
hideInProd: true,
3131
issuesOnClose: true,
3232
},
3333
{
@@ -42,7 +42,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
4242
"0xAB917E5397D67345d8d23ece26785582D8B4AE03",
4343
"0x06F5b5062477DCf6723c30a76232A5C0B6FCb01A",
4444
],
45-
showInProd: false,
45+
hideInProd: true,
4646
issuesOnClose: false,
4747
},
4848
{
@@ -54,7 +54,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
5454
chainId: 143,
5555
network: "Monad",
5656
creditManagers: [],
57-
showInProd: false,
57+
hideInProd: true,
5858
issuesOnClose: false,
5959
},
6060
{
@@ -95,7 +95,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
9595
"0x1840056a2bdbe949e017a3716e3fdd4a0d327bf0",
9696
"0x29350a3c2627fb78c7e915cd59af754edf8998c5",
9797
],
98-
showInProd: false,
98+
hideInProd: true,
9999
issuesOnClose: true,
100100
},
101101
{
@@ -109,7 +109,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
109109
"0x1840056a2bdbe949e017a3716e3fdd4a0d327bf0",
110110
"0x29350a3c2627fb78c7e915cd59af754edf8998c5",
111111
],
112-
showInProd: false,
112+
hideInProd: true,
113113
issuesOnClose: true,
114114
},
115115
{

0 commit comments

Comments
 (0)