Skip to content

Commit 68ff1ad

Browse files
author
Franck
authored
Deploy 12 (#542)
* rinkeby ousd upgrade * task fixes and new redeem task * mainnet ousd upgrade
1 parent dffc3de commit 68ff1ad

22 files changed

+2302
-417
lines changed

contracts/deploy/012_upgrades.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const upgrades = async (hre) => {
9393
log("Upgraded OUSD to new implementation");
9494

9595
await withConfirmation(
96-
cVaultProxy
96+
cVaultCoreProxy
9797
.connect(sGovernor)
9898
.setAdminImpl(dVaultAdmin.address, await getTxOpts(gasLimit))
9999
);
@@ -122,6 +122,6 @@ const main = async (hre) => {
122122

123123
main.id = deployName;
124124
main.dependencies = ["011_ousd_fix"];
125-
main.skip = () => !(isMainnet || isRinkeby || isFork) || isSmokeTest;
125+
main.skip = () => !(isMainnet || isRinkeby || isFork) || isSmokeTest;
126126

127127
module.exports = main;

contracts/deployments/mainnet/.migrations.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"009_ousd_fix": 1609736357,
99
"010_upgrade_single_asset_staking": 1609971639,
1010
"011_ousd_fix": 1610148010,
11-
"005_compensation_claims": 1610487584
12-
}
11+
"005_compensation_claims": 1610487584,
12+
"012_upgrades": 1612303613
13+
}

contracts/deployments/mainnet/CompoundStrategy.json

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/OUSD.json

Lines changed: 20 additions & 65 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/VaultAdmin.json

Lines changed: 139 additions & 22 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/solcInputs/c3af786fe12b6b771320281cb59e3482.json

Lines changed: 293 additions & 0 deletions
Large diffs are not rendered by default.

contracts/deployments/rinkeby/.migrations.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"008_ousd_reset": 1609285987,
99
"009_ousd_fix": 1609652662,
1010
"010_upgrade_single_asset_staking": 1609968697,
11-
"011_ousd_fix": 1610146101
11+
"011_ousd_fix": 1610146101,
12+
"005_compensation_claims": 1612291029,
13+
"012_upgrades": 1612292067
1214
}

0 commit comments

Comments
 (0)