Hardhat #213

Merged
bumi merged 50 commits from hardhat into master 2022-07-14 13:31:49 +00:00
Showing only changes of commit bcee608920 - Show all commits

View File

@ -9,7 +9,7 @@ async function main() {
const ContributorV2 = await ethers.getContractFactory("Contributor");
const contributor = await upgrades.upgradeProxy(kredits.Contributor.address, ContributorV2);
console.log("Contributor upgraded");
console.log(`Contirbutor address: ${contributor.address}`);
console.log(`Contributor address: ${contributor.address}`);
await contributor.deployTransaction.wait();