Commit 2fdcbd5a authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5857 from ethereum-optimism/feat/simple-hh-mainnet-config

contracts-bedrock: simplify hh config for mainnet
parents 9c3103f6 5c6ad2b0
...@@ -33,7 +33,10 @@ const config: HardhatUserConfig = { ...@@ -33,7 +33,10 @@ const config: HardhatUserConfig = {
// NOTE: The 'mainnet' network is currently being used for mainnet rehearsals. // NOTE: The 'mainnet' network is currently being used for mainnet rehearsals.
mainnet: { mainnet: {
url: process.env.L1_RPC || 'https://mainnet-l1-rehearsal.optimism.io', url: process.env.L1_RPC || 'https://mainnet-l1-rehearsal.optimism.io',
accounts: [process.env.PRIVATE_KEY_DEPLOYER || ethers.constants.HashZero], accounts: [
process.env.PRIVATE_KEY_DEPLOYER ||
'ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
],
}, },
devnetL1: { devnetL1: {
live: false, live: false,
......
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