-
George C. Knee authored
* fix: replace d->name lookup with name->id lookup There can be (and are) more than one superchain with a given id. Conversely, each superchain will have exactly one id. * refactor: update op-upgrade given previous commit * refactor: update op-version-check to use upgrades.SuperChainI Closes #9292 * chore: check err condition separately * Update op-chain-ops/upgrades/check.go Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: remove SuperChainID we can get this information from the superchain registry * chore: prevent panic if superchain name not registered --------- Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
0196cf74