Closed vdamle closed 2 weeks ago
just validate <chain-id>
just codegen
ref: https://github.com/ethereum-optimism/superchain-registry/issues/668
Did you consider using https://pkg.go.dev/sync#Map ?
Thanks for the suggestion, agree that's much simpler to use for this case and modified code accordingly.
Checklist
just validate <chain-id>
locally to ensure all local validation checks pass.just codegen
to ensure that the chainlist and other generated files are up-to-date and include my chain.ref: https://github.com/ethereum-optimism/superchain-registry/issues/668