Skip to content

Commit 37310ab

Browse files
authored
Merge pull request #16 from rabbitprincess/fix/ecotone
Fix/ecotone
2 parents fd43ab8 + 56f4dcf commit 37310ab

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

init/3_generate_config.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ config=$(cat << EOL
4747
"l2BlockTime": 2,
4848
"l1BlockTime": 12,
4949
50-
"maxSequencerDrift": 600,
51-
"sequencerWindowSize": 3600,
52-
"channelTimeout": 300,
50+
"maxSequencerDrift": 300,
51+
"sequencerWindowSize": 200,
52+
"channelTimeout": 120,
5353
5454
"p2pSequencerAddress": "$SEQUENCER_ADDRESS",
5555
"batchInboxAddress": "$BatchInboxAddress",
@@ -78,39 +78,39 @@ config=$(cat << EOL
7878
"l1FeeVaultWithdrawalNetwork": 0,
7979
"sequencerFeeVaultWithdrawalNetwork": 0,
8080
81-
"gasPriceOracleOverhead": 0,
82-
"gasPriceOracleScalar": 1000000,
81+
"gasPriceOracleBaseFeeScalar": 1368,
82+
"gasPriceOracleBlobBaseFeeScalar": 810949,
8383
8484
$govConfig
8585
86-
"l2GenesisBlockGasLimit": "0x1c9c380",
87-
"l2GenesisBlockBaseFeePerGas": "0x3b9aca00",
88-
"l2GenesisRegolithTimeOffset": "0x0",
89-
9086
"eip1559Denominator": 50,
9187
"eip1559DenominatorCanyon": 250,
9288
"eip1559Elasticity": 6,
9389
94-
"l2GenesisEcotoneTimeOffset": "0x0",
90+
"l2GenesisBlockGasLimit": "0x1c9c380",
91+
"l2GenesisBlockBaseFeePerGas": "0x3b9aca00",
92+
"l2GenesisRegolithTimeOffset": "0x0",
9593
"l2GenesisDeltaTimeOffset": "0x0",
94+
"l2GenesisEcotoneTimeOffset": "0x0",
95+
"l1CancunTimeOffset": "0x0",
9696
"l2GenesisCanyonTimeOffset": "0x0",
9797
9898
"systemConfigStartBlock": 0,
9999
100100
"requiredProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000",
101101
"recommendedProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000",
102102
103-
"faultGameAbsolutePrestate": "0x03c7ae758795765c6664a5d39bf63841c71ff191e9189522bad8ebff5d4eca98",
104-
"faultGameMaxDepth": 44,
103+
"faultGameAbsolutePrestate": "0x0000000000000000000000000000000000000000000000000000000000000000",
104+
"faultGameMaxDepth": 50,
105105
"faultGameClockExtension": 0,
106106
"faultGameMaxClockDuration": 1200,
107107
"faultGameGenesisBlock": 0,
108108
"faultGameGenesisOutputRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
109109
"faultGameSplitDepth": 14,
110110
"faultGameWithdrawalDelay": 604800,
111111
112-
"preimageOracleMinProposalSize": 1800000,
113-
"preimageOracleChallengePeriod": 86400,
112+
"preimageOracleMinProposalSize": 18000,
113+
"preimageOracleChallengePeriod": 120,
114114
115115
"fundDevAccounts": false,
116116
"useFaultProofs": false,

0 commit comments

Comments
 (0)