Skip to content

Commit

Permalink
Update getParameters.ts (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Oct 3, 2023
1 parent 97c4134 commit da285db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/oasis-borrow/getParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const getParameters = ({
strategyTypes: ["short"],
},
adjustDisabledFor: {
collateral: ["DAI", "USDC"],
strategyTypes: ["short"],
collateral: [],
strategyTypes: [],
},
},
});

0 comments on commit da285db

Please sign in to comment.