Commit 0958c63c authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: add protocol versions to hh deploy config

Adds the two new protocol versions config values to
the `hardhat` deploy config. This ensures that the
config is up to date and can be consumed by the tests.
parent fff30e73
......@@ -39,5 +39,7 @@
"eip1559Denominator": 50,
"eip1559Elasticity": 10,
"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