-
Notifications
You must be signed in to change notification settings - Fork 755
Mezo mainnet deployment #4378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
evan-gray
merged 3 commits into
wormhole-foundation:main
from
aapclark:mezo-mainnet-deployment
May 21, 2025
Merged
Mezo mainnet deployment #4378
evan-gray
merged 3 commits into
wormhole-foundation:main
from
aapclark:mezo-mainnet-deployment
May 21, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Provides .env.mezo.mainnet used for deploying WH Core and Token Bridge contracts to Mezo Mainnet
a3c8464
to
1dbcd19
Compare
97c50bb
to
c2ee523
Compare
bruce-riley
requested changes
May 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing because you need to add Mezo here.
Also, please add the output from this command to the PR description or as a comment on the PR:
cd node/pkg/watcher/evm/verify_chain_config
go run verify.go --chainId 50
c2ee523
to
cccb495
Compare
Adds support for Mezo on mainnet. Core contract here Token bridge contract here To enable Mezo on mainnet, use the following config parameters: ``` --mezoRPC YOUR_MEZO_RPC --mezoContract 0xaBf89de706B583424328B54dD05a8fC986750Da8 ``` Verification ~~~ |- go run verify.go --chainId 50 Verifying prod mezo... Verifying EVM chain ID for prod mezo ✓ Verifying finality values for prod mezo ✓ Verifying contract address for prod mezo ✓ Verifying test mezo... Verifying EVM chain ID for test mezo ✓ Verifying finality values for test mezo ✓ Verifying contract address for test mezo ✓ ~~~
cccb495
to
2c1dc22
Compare
evan-gray
previously approved these changes
May 21, 2025
bruce-riley
reviewed
May 21, 2025
bruce-riley
previously approved these changes
May 21, 2025
SeiEVM -> Mezo in comment
evan-gray
approved these changes
May 21, 2025
bruce-riley
approved these changes
May 21, 2025
djb15
approved these changes
May 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for Mezo on mainnet and provides .env.mezo.mainnet used for deploying WH Core and Token Bridge contracts to Mezo Mainnet
To enable Mezo on mainnet, use the following config parameters: