From cc9cc53d0b994eda8444834defe8bb749d42d7ac Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Thu, 8 Jul 2021 11:27:49 +0200 Subject: [PATCH] Add RSK network --- hardhat.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hardhat.config.js b/hardhat.config.js index 74f70f7..e08832a 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -59,6 +59,10 @@ module.exports = { networks: { hardhat: { chainId: 1337 + }, + rsk: { + url: "https://public-node.testnet.rsk.co", + accounts: [process.env.DEPLOY_KEY], } }, namedAccounts: {