Skip to content

Latest commit

 

History

History
104 lines (71 loc) · 3.54 KB

File metadata and controls

104 lines (71 loc) · 3.54 KB

Executor EVM Deployments

Mainnet

May 8, 2025

Version Info

Commit Hash:

evm (main)$ git rev-parse HEAD
5428c3bc37097023ef68eddc33b11fe0d69fdd58
evm (main)$

Foundry Version:

evm (main)$ forge --version
forge Version: 1.0.0-stable
Commit SHA: e144b82070619b6e10485c38734b4d4d45aebe04
Build Timestamp: 2025-02-13T20:02:34.979686000Z (1739476954)
Build Profile: maxperf
evm (main)$

Chains Deployed

Here are the deployed contract addresses for each chain. The number after the chain name is the Wormhole chain ID configured for the contract.

Testnet

September 11, 2025

Version Info

Commit Hash:

evm (main)$ git rev-parse HEAD
575069616477efbec961bcfb77d7baf44e9f3baa
evm (main)$

Foundry Version:

evm (main)$ forge --version
forge Version: 1.3.5-stable
Commit SHA: 9979a41b5daa5da1572d973d7ac5a3dd2afc0221
Build Timestamp: 2025-09-09T04:49:44.505104000Z (1757393384)
Build Profile: maxperf
evm (main)$

Chains Deployed

Here are the deployed contract addresses for each chain. The number after the chain name is the Wormhole chain ID configured for the contract.

Bytecode Verification

If you wish to verify that the bytecode built locally matches what is deployed on chain, you can do something like this:

forge verify-bytecode <contract_addr> Executor --rpc-url <archive_node_rpc> --verifier-api-key <your_etherscan_key>