Commit 356a6c4e authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #3889 from ethereum-optimism/fix/network-name

contracts-periphery: make the network name match contracts
parents 652891fb 0ca17ef5
......@@ -52,7 +52,7 @@ const config: HardhatUserConfig = {
},
},
companionNetworks: {
l1: 'ethereum',
l1: 'mainnet',
},
},
'optimism-kovan': {
......@@ -81,7 +81,7 @@ const config: HardhatUserConfig = {
l1: 'goerli',
},
},
ethereum: {
mainnet: {
chainId: 1,
url: `https://mainnet.infura.io/v3/${getenv('INFURA_PROJECT_ID')}`,
accounts,
......@@ -164,7 +164,7 @@ const config: HardhatUserConfig = {
deployments: {
goerli: ['../contracts/deployments/goerli'],
kovan: ['../contracts/deployments/kovan'],
ethereum: ['../contracts/deployments/mainnet'],
mainnet: ['../contracts/deployments/mainnet'],
},
},
deployConfigSpec: configSpec,
......
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