ethereum-optimism / superchain-registry

Superchain-configuration data in a portable, extensible format.
MIT License
62 stars 56 forks source link

SuperchainRegistry: check in config parameters for each chain #294

Open geoknee opened 2 months ago

geoknee commented 2 months ago

The validation checks can be refactored to:

That new file can be checked in, and CI will regenerate it and assert on a zero git diff.

The new files can then be consumed by tooling, frontends, humans etc.

geoknee commented 2 months ago

Be nice to have all the standard config checks in a single test file, so that checks not related to standard config are kept separate.