Skip to content

Commit

Permalink
Fix liquidition bot scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Jul 19, 2023
1 parent 5bf3eb9 commit 9519292
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scenario/LiquidationBotScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ for (let i = 0; i < MAX_ASSETS; i++) {
' == 20',
// WMATIC
' == 300000',
// MATICX
' == 5',
],
},
arbitrum: {
Expand Down Expand Up @@ -281,6 +283,8 @@ for (let i = 0; i < MAX_ASSETS; i++) {
' == 100',
// WMATIC
' == 2500000',
// MATICX
' == 0', // TODO: Most liquidity lives in MATICX / MATIC pools, which the liquidation bot cannot use.
]
},
arbitrum: {
Expand Down Expand Up @@ -325,6 +329,8 @@ for (let i = 0; i < MAX_ASSETS; i++) {
exp(20, 8),
// WMATIC
exp(5000, 18),
// MATICX
exp(5, 18)
]
},
arbitrum: {
Expand Down

0 comments on commit 9519292

Please sign in to comment.