- Updated deterministic contract addresses for:
ModularEtherspotWallet
ModularEtherspotWalletFactory
Bootstrap
MultipleOwnerECDSAValidator
- Redeployed contracts on all supported networks with new addresses.
- Added
bytecodeHash = "none"
to foundry.toml to stop appending bytecode hash for deployments. - Added new
DeployAllAndSetupScript
script to deploy all contracts and to stakeModularEtherspotWalletFactory
with theEntryPoint
contract. - Added new deployment scripts for individual contract deployments.
- Updated deployment scripts to use new deterministic contract addresses.
- Removed
StakeModularWalletFactoryScript
script due to duplication.