Skip to content

Commit

Permalink
fix(chain): set maximum transaction size bytes to 128KB for ethereum …
Browse files Browse the repository at this point in the history
…chains
  • Loading branch information
dancoombs committed May 2, 2024
1 parent 574038a commit 58f31f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rundler/chain_specs/ethereum.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ flashbots_enabled = true
flashbots_relay_url = "https://relay.flashbots.net"
flashbots_status_url = "https://protect.flashbots.net/tx/"

max_bundle_size_bytes = 300000
max_bundle_size_bytes = 131072

min_max_priority_fee_per_gas = "0x2FAF080" # 0.05 GWEI

0 comments on commit 58f31f4

Please sign in to comment.