Commit 56e2b726 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4232 from ethereum-optimism/feat/check-l2

contracts-bedrock: add post check L2 hh task
parents 1807c229 4eea5e6b
......@@ -29,6 +29,13 @@ const config: HardhatUserConfig = {
'ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
],
},
devnetL2: {
live: false,
url: process.env.RPC_URL || 'http://localhost:9545',
accounts: [
'ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
],
},
hivenet: {
chainId: Number(process.env.CHAIN_ID),
url: process.env.L1_RPC || '',
......
This diff is collapsed.
......@@ -6,3 +6,4 @@ import './forge-verify'
import './validate-spacers'
import './solidity'
import './accounts'
import './check-l2'
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