Commit 7f70dd72 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: update in memory deploy config

The `hardhat.json` deploy config is used for the internal
solidity tests. It is used because the default chain id
is the same as what hardhat uses for testing and the chain
id is what is used to specify which deploy config to use.

The values are updated to ensure that sane, testable values
are configured into the in memory tests for https://github.com/ethereum-optimism/optimism/pull/7928.
This smaller commit exists to reduce the diff in that PR.
parent fd03dd86
......@@ -5,8 +5,8 @@
"l1StartingBlockTag": "earliest",
"l1ChainID": 900,
"l2ChainID": 901,
"l2BlockTime": 1,
"l1BlockTime": 2,
"l2BlockTime": 2,
"l1BlockTime": 12,
"maxSequencerDrift": 300,
"sequencerWindowSize": 15,
"channelTimeout": 40,
......@@ -14,8 +14,8 @@
"batchInboxAddress": "0xff00000000000000000000000000000000000000",
"batchSenderAddress": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
"l2OutputOracleSubmissionInterval": 6,
"l2OutputOracleStartingTimestamp": 0,
"l2OutputOracleStartingBlockNumber": 0,
"l2OutputOracleStartingTimestamp": 1,
"l2OutputOracleStartingBlockNumber": 1,
"gasPriceOracleOverhead": 2100,
"gasPriceOracleScalar": 1000000,
"l2OutputOracleProposer": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
......@@ -35,7 +35,7 @@
"governanceTokenName": "Optimism",
"governanceTokenSymbol": "OP",
"governanceTokenOwner": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
"finalizationPeriodSeconds": 2,
"finalizationPeriodSeconds": 36,
"eip1559Denominator": 50,
"eip1559DenominatorCanyon": 250,
"eip1559Elasticity": 10,
......
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