Hardhat #213

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

View File

@ -59,6 +59,10 @@ module.exports = {
networks: {
hardhat: {
chainId: 1337
},
rsk: {
url: "https://public-node.testnet.rsk.co",
accounts: [process.env.DEPLOY_KEY],
}
},
namedAccounts: {