Add RSK public network to hardhart config
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
bumi 2022-09-27 16:01:14 +02:00
parent 1e3a4aef2e
commit f8f85630a2

View File

@ -81,6 +81,13 @@ module.exports = {
"0xffb4230bdf9b1f1dd48f0bc54e4007436733f225a4f163d4f7e58e620ae329eb",
],
},
rskpublic: {
url: "https://public-node.testnet.rsk.co",
accounts: [
process.env.DEPLOY_KEY ||
"0xffb4230bdf9b1f1dd48f0bc54e4007436733f225a4f163d4f7e58e620ae329eb",
],
}
},
namedAccounts: {
deployer: {