nomad-monorepo
nomad-monorepo copied to clipboard
feat: deploy checker script
- enumerate every single public variable in every core + bridge contract
- intake addresses of deployed contracts & configs to deploy them
- check that every variable is equal on-chain to the expected value
would have caught deploy issues like
- recovery timelock mis-configuration
- replica ownership transferring for new chains
Step 1: Enumerate all the parameters we'd like to check in this issue. Step 2: Implement it.