wormhole
wormhole copied to clipboard
Evm/upgrade automatic relayers mainnet to v1.1
This pull requests contains all the configuration and scripts used to:
- Deploy Automatic Relayer on mainnet and testnet. These support things like:
- Expanding existing deployments to new chains.
- Sign deployments with a Ledger hardware wallet.
- Upgrade Automatic Relayer to version 1.1
- Verify
WormholeRelayer,DeliveryProviderand theCreate2Factoryfamily of contracts. - Compare raw bytecode for the
WormholeRelayercontract. Mostly useful to verify an implementation during an upgrade. - Pin EVM target version in foundry config to ensure we use a sane target for all the EVM chains supported.
Note that this PR is meant to bring the deployment scripts on main up to date with what's actually used. The deployment scripts on main haven't been used since a long time ago.
@solanoepalacio , switching this to draft until you can rebase and ensure the tests pass.
Closing as part of cleanup. The branch can be retrieved here and the PR reopened from a fork if required.