Commit cc742715 authored by Karl Floersch's avatar Karl Floersch Committed by GitHub

fix: typo in USE_HARDHAT config (#1023)

parent 85d5ce13
---
'@eth-optimism/batch-submitter': patch
---
Fix typo in USE_HARDHAT config
...@@ -116,7 +116,7 @@ export const run = async () => { ...@@ -116,7 +116,7 @@ export const run = async () => {
logger = new Logger({ name }) logger = new Logger({ name })
} }
const useHardhat = config.bool('use-hardhat', !!env.USE_HARDAT) const useHardhat = config.bool('use-hardhat', !!env.USE_HARDHAT)
const DEBUG_IMPERSONATE_SEQUENCER_ADDRESS = config.str( const DEBUG_IMPERSONATE_SEQUENCER_ADDRESS = config.str(
'debug-impersonate-sequencer-address', 'debug-impersonate-sequencer-address',
env.DEBUG_IMPERSONATE_SEQUENCER_ADDRESS env.DEBUG_IMPERSONATE_SEQUENCER_ADDRESS
......
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