Commit 2438bd00 authored by Kelvin Fichter's avatar Kelvin Fichter

fix: remove old ovm config

parent 2d3c4e08
...@@ -46,15 +46,11 @@ const config: HardhatUserConfig = { ...@@ -46,15 +46,11 @@ const config: HardhatUserConfig = {
chainId: 69, chainId: 69,
url: 'https://kovan.optimism.io', url: 'https://kovan.optimism.io',
accounts: [privateKey], accounts: [privateKey],
gasPrice: 15000000,
ovm: true,
}, },
'optimism-mainnet': { 'optimism-mainnet': {
chainId: 10, chainId: 10,
url: 'https://mainnet.optimism.io', url: 'https://mainnet.optimism.io',
accounts: [privateKey], accounts: [privateKey],
gasPrice: 15000000,
ovm: true,
}, },
}, },
mocha: { mocha: {
......
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