Skip to content

Commit

Permalink
Try a reduced block gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Nov 7, 2024
1 parent e5f8636 commit 4dbb689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/on_chain_config/execution_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl OnChainExecutionConfig {
impl BlockGasLimitType {
pub fn default_for_genesis() -> Self {
BlockGasLimitType::ComplexLimitV1 {
effective_block_gas_limit: 30000,
effective_block_gas_limit: 10000,
execution_gas_effective_multiplier: 1,
io_gas_effective_multiplier: 1,
conflict_penalty_window: 9,
Expand Down

0 comments on commit 4dbb689

Please sign in to comment.