Skip to content

Commit

Permalink
Add refinance flags (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk authored Apr 16, 2024
1 parent 5c9278f commit e5e180e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
AaveLikeSimpleEarnSuppressValidation: false,
EnableMigrations: true,
EnableRefinance: false,
RefinanceSafetySwitch: false,
RefinanceSuppressValidation: false,
Erc4626Vaults: true,
Erc4626VaultsSafetySwitch: false,
Erc4626VaultsSuppressValidation: false,
Expand Down

0 comments on commit e5e180e

Please sign in to comment.