risechain / pevm

Blazingly fast Parallel EVM
MIT License
227 stars 47 forks source link

feat: allow custom chain id #399

Closed kien-rise closed 2 weeks ago

kien-rise commented 2 weeks ago

Resolves https://github.com/risechain/pevm/issues/396

Usage

PevmOptimism::custom(901u64)
hai-rise commented 2 weeks ago

@kien-rise Just realized this was merged into reth-integration-2 rather than main. Please redo all these into main, and then we'll rebase reth-integration-2 on it. The goal is to keep Reth integration branches as small as possible and only for Reth-specific compat & optimizations.

kien-rise commented 2 weeks ago

@kien-rise Just realized this was merged into reth-integration-2 rather than main. Please redo all these into main, and then we'll rebase reth-integration-2 on it. The goal is to keep Reth integration branches as small as possible and only for Reth-specific compat & optimizations.

Sure, here is the PR: https://github.com/risechain/pevm/pull/401

I will target the main branch in other PRs.