-
Mark Tyneway authored
* genesis: fix permit2 panic Its possible that permit2 isn't in the genesis allocs even though it should be, it removes the flexibility to define the genesis spec arbitrarily if we implicitly enforce it being present. We need a better way to check that the chain id during genesis allocation matches the chain id in the genesis spec. An attempt at this is done in https://github.com/ethereum-optimism/optimism/pull/10326. Fixes https://github.com/ethereum-optimism/optimism/issues/10309 * op-chain-ops: better check * cleanup: fix build * build: fix
acd8cf8a