Skip to content

Commit

Permalink
[SC-14247] Configuration for the minimum value of the position to set…
Browse files Browse the repository at this point in the history
… up automation.
  • Loading branch information
jakubswierczek committed Feb 7, 2024
1 parent e8926dd commit 78c2a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/oasis-borrow/getParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export const getParameters = ({
[Network.ARBITRUM]: {
[LendingProtocol.AaveV3]: 100,
},
[Network.OPTIMISM]: {
[LendingProtocol.AaveV3]: 100,
},
[Network.OPTIMISM]: {
[LendingProtocol.AaveV3]: 100,
},
[Network.BASE]: {
[LendingProtocol.AaveV3]: 100,
},
Expand Down

0 comments on commit 78c2a8d

Please sign in to comment.