Skip to content

Commit

Permalink
fix: strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Oct 24, 2024
1 parent 6831b7d commit 9e9b494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/tests/combinations/fork12-pessimistic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ args:
- tx_spammer
consensus_contract_type: pessimistic
sequencer_type: erigon
erigon_strict_mode: false
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DEFAULT_ROLLUP_ARGS = {
"zkevm_use_real_verifier": False,
# This flag will enable a stateless executor to verify the execution of the batches.
# Set to true to run erigon as the sequencer.
"erigon_strict_mode": False,
"erigon_strict_mode": True,
# Set to true to automatically deploy an ERC20 contract on L1 to be used as the gas token on the rollup.
"zkevm_use_gas_token_contract": False,
}
Expand Down

0 comments on commit 9e9b494

Please sign in to comment.