Skip to content

Commit

Permalink
Deploy 12 (#542)
Browse files Browse the repository at this point in the history
* rinkeby ousd upgrade

* task fixes and new redeem task

* mainnet ousd upgrade
  • Loading branch information
Franck authored Feb 2, 2021
1 parent dffc3de commit 68ff1ad
Show file tree
Hide file tree
Showing 22 changed files with 2,302 additions and 417 deletions.
4 changes: 2 additions & 2 deletions contracts/deploy/012_upgrades.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const upgrades = async (hre) => {
log("Upgraded OUSD to new implementation");

await withConfirmation(
cVaultProxy
cVaultCoreProxy
.connect(sGovernor)
.setAdminImpl(dVaultAdmin.address, await getTxOpts(gasLimit))
);
Expand Down Expand Up @@ -122,6 +122,6 @@ const main = async (hre) => {

main.id = deployName;
main.dependencies = ["011_ousd_fix"];
main.skip = () => !(isMainnet || isRinkeby || isFork) || isSmokeTest;
main.skip = () => !(isMainnet || isRinkeby || isFork) || isSmokeTest;

module.exports = main;
5 changes: 3 additions & 2 deletions contracts/deployments/mainnet/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"009_ousd_fix": 1609736357,
"010_upgrade_single_asset_staking": 1609971639,
"011_ousd_fix": 1610148010,
"005_compensation_claims": 1610487584
}
"005_compensation_claims": 1610487584,
"012_upgrades": 1612303613
}
42 changes: 21 additions & 21 deletions contracts/deployments/mainnet/CompoundStrategy.json

Large diffs are not rendered by default.

85 changes: 20 additions & 65 deletions contracts/deployments/mainnet/OUSD.json

Large diffs are not rendered by default.

161 changes: 139 additions & 22 deletions contracts/deployments/mainnet/VaultAdmin.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion contracts/deployments/rinkeby/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"008_ousd_reset": 1609285987,
"009_ousd_fix": 1609652662,
"010_upgrade_single_asset_staking": 1609968697,
"011_ousd_fix": 1610146101
"011_ousd_fix": 1610146101,
"005_compensation_claims": 1612291029,
"012_upgrades": 1612292067
}
Loading

0 comments on commit 68ff1ad

Please sign in to comment.