Commit 74e03276 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: add mainnet network to hh config

parent 6765e444
...@@ -22,6 +22,9 @@ const config: HardhatUserConfig = { ...@@ -22,6 +22,9 @@ const config: HardhatUserConfig = {
hardhat: { hardhat: {
live: false, live: false,
}, },
mainnet: {
url: process.env.RPC_URL || 'http://localhost:8545',
},
devnetL1: { devnetL1: {
live: false, live: false,
url: 'http://localhost:8545', url: 'http://localhost:8545',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment