Skip to content

Commit

Permalink
Add isolated collateral tokens aave (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk authored Jul 10, 2024
1 parent baf87ae commit 459745e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/oasis-borrow/getParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const getParameters = ({
OPTIMISMMAINNET: "WETH",
BASEMAINNET: "WETH",
},
isolatedCollateralTokens: ['LDO', 'FRAX', 'MKR', 'SUSDE'],
riskRatios: {
// uses new RiskRatio(new BigNumber(5), RiskRatio.TYPE.COL_RATIO) so its one over the number here
minimum: 100,
Expand Down

0 comments on commit 459745e

Please sign in to comment.