Commit e4aba89d authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: more progress on `check-l2` task

parent e8d5114c
...@@ -31,7 +31,7 @@ const config: HardhatUserConfig = { ...@@ -31,7 +31,7 @@ const config: HardhatUserConfig = {
}, },
devnetL2: { devnetL2: {
live: false, live: false,
url: 'http://localhost:9545', url: process.env.RPC_URL || 'http://localhost:9545',
accounts: [ accounts: [
'ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80', 'ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
], ],
......
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