Add RSK network

This commit is contained in:
bumi 2021-07-08 11:27:49 +02:00
parent 9bfe131cd5
commit cc9cc53d0b

View File

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