Skip to content

Commit

Permalink
Merge pull request #128 from OasisDEX/jacob/untracked/release-migrati…
Browse files Browse the repository at this point in the history
…on-ds-proxy

🚀Release AaveV3/Spark Migration from DsProxy to SummerFi
  • Loading branch information
jakubswierczek authored Apr 17, 2024
2 parents e5e180e + 49b3838 commit 2f77d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
Erc4626Vaults: true,
Erc4626VaultsSafetySwitch: false,
Erc4626VaultsSuppressValidation: false,
DsProxyMigrationEthereum: false,
DsProxyMigrationOptimism: false,
DsProxyMigrationArbitrum: false,
DsProxyMigrationBase: false,
DsProxyMigrationEthereum: true,
DsProxyMigrationOptimism: true,
DsProxyMigrationArbitrum: true,
DsProxyMigrationBase: true,
UseOmniKitLinks: false,
OmniKitDebug: false,
});

0 comments on commit 2f77d25

Please sign in to comment.