Skip to content

Commit 5583107

Browse files
authored
feat: add more deposit tokens
1 parent f1f66ac commit 5583107

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/strategies/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
128128
"0xc307a074bd5aec2d6ad1d9b74465c24a59b490fd",
129129
"0x9fb5493deb601a0329ad8bff43cd182a61321ca7",
130130
],
131+
additionalCollaterals: [
132+
"0x2c683fad51da2cd17793219cc86439c1875c353e",
133+
"0xe72b141df173b999ae7c1adcbf60cc9833ce56a8",
134+
],
131135
issuesOnClose: true,
132136
},
133137
{
@@ -146,6 +150,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
146150
"0xf1c9acdc66974dfb6decb12aa385b9cd01190e38",
147151
"0xae78736cd615f374d3085123a210448e74fc6393",
148152
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
153+
"0x1ea5870f7C037930CE1d5d8d9317c670e89e13E3",
149154
],
150155
},
151156
{
@@ -164,6 +169,7 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
164169
"0xf1c9acdc66974dfb6decb12aa385b9cd01190e38",
165170
"0xae78736cd615f374d3085123a210448e74fc6393",
166171
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
172+
"0x57c23c58B1D8C3292c15BEcF07c62C5c52457A42",
167173
],
168174
},
169175
{

0 commit comments

Comments
 (0)