You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(levm): read chain_id from chain config, not from transaction (#2531)
**Motivation**
At block 576991 the sync with holesky would fail due to an incorrect
state calculation.
**Description**
As per [EIP-1344](https://eips.ethereum.org/EIPS/eip-1344) the chain ID
should be read from the chain configuration and not the transaction.
This is because transactions may not have replay protection configured.
0 commit comments