Commit 436f50f9 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7822 from ethereum-optimism/feat/hh-deploy-config

contracts-bedrock: add protocol versions to hh deploy config
parents 33c90409 0958c63c
...@@ -39,5 +39,7 @@ ...@@ -39,5 +39,7 @@
"eip1559Denominator": 50, "eip1559Denominator": 50,
"eip1559Elasticity": 10, "eip1559Elasticity": 10,
"l2GenesisRegolithTimeOffset": "0x0", "l2GenesisRegolithTimeOffset": "0x0",
"systemConfigStartBlock": 0 "systemConfigStartBlock": 0,
"requiredProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000",
"recommendedProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000"
} }
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