diff --git a/crates/transaction-pool/src/validate/eth.rs b/crates/transaction-pool/src/validate/eth.rs index 1a3fb61c35..ce1bfbf97e 100644 --- a/crates/transaction-pool/src/validate/eth.rs +++ b/crates/transaction-pool/src/validate/eth.rs @@ -706,13 +706,13 @@ impl EthTransactionValidatorBuilder { // cancun is activated by default cancun: true, - // prague not yet activated + // prague is activated by default prague: true, // osaka not yet activated osaka: false, - // max blob count is cancun by default + // max blob count is prague by default max_blob_count: BlobParams::prague().max_blob_count, } }