espresso-sequencer
espresso-sequencer copied to clipboard
2958 pos contracts post deployment scripts
Closes #2972
This PR:
- Implements the PostDeployment.s.sol script for the StakeTable & EspToken contracts and for checking gnosis sig wallets
- Adds post-deployment checks and initializations to ensure the StakeTable & EspToken contracts are correctly set up e.g.ownership and initialization values
This PR does not:
Key places to review:
- contracts/script/PostDeployment.s.sol: Review the run function implementation for correctness and completeness.