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 = {
hardhat: {
live: false,
},
mainnet: {
url: process.env.RPC_URL || 'http://localhost:8545',
},
devnetL1: {
live: false,
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