Add RSK network
This commit is contained in:
parent
9bfe131cd5
commit
cc9cc53d0b
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user