Conversation
bitwiseguy
left a comment
There was a problem hiding this comment.
Overall looks good to me. Not a blocker for this pr, but will note that we are also maintaining an AddressList of all contracts within the superchain-registry/superchain module here. We should try to think of way to ensure those lists stay in sync, or a way to combine them and import the same struct where needed
Created an issue to track this here: https://github.com/ethereum-optimism/platforms-team/issues/343 |
* feat: add op-deployer inspect command * lint * chore: clarify arg
Part of https://github.com/ethereum-optimism/platforms-team/issues/284
Adds
l1subcommand toop-deployer inspectso you can now run the below command.You'll notice a lot of addresses are the zero address. They are also the zero address in
state.json, and fixing this is tracked under the "Instate.json, some implementations and other addresses are the zero address" bullet of the linked issue