Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
feat: set experimental engine as default for opBNB
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Nov 5, 2024
1 parent 1fb73e0 commit 54bde1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/node/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl Default for RollupArgs {
enable_genesis_walkback: false,
compute_pending_block: false,
discovery_v4: false,
experimental: false,
experimental: true,
persistence_threshold: DEFAULT_PERSISTENCE_THRESHOLD,
memory_block_buffer_target: DEFAULT_MEMORY_BLOCK_BUFFER_TARGET,
}
Expand Down

0 comments on commit 54bde1c

Please sign in to comment.