Hardhat #213

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

View File

@ -48,6 +48,7 @@ class Kredits {
if (Object.keys(this.addresses).length === 0) {
this.addresses = Addresses[network.chainId.toString()];
}
return this;
});
}