-
Notifications
You must be signed in to change notification settings - Fork 779
add Converge testnet #4394
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
add Converge testnet #4394
Conversation
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.
Just a few tweaks.
Additionally, please add the output from this command to the PR description:
node/pkg/watchers/evm/verify_chain_config/$ go run verify.go --env testnet --chainId 53
I'll need to get in touch with someone at Converge as this command and a |
a7b815b
to
15eaaa6
Compare
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.
Looks good (assuming the checks pass). Thanks for making the changes!
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.
unfortunately, I believe you have made a configuration mistake that you cannot recover from and will need to redeploy the core contract.
- add Converge to guardiand - add Converge network to sdk - add env from Converge testnent deployment - add converge testnet to js sdk ``` -- Wormhole Core Addresses -------------------------------------------------- | Setup address | 0xCbA13Df0270Af08478c88B2799B00DB43D50071C | | Implementation address | 0xF549bEB2A1eaB781899d46003f36F6652B5B8eb4 | | Wormhole address | 0x556B259cFaCd9896B2773310080c7c3bcE90Ff01 | ----------------------------------------------------------------------------- Verifying test converge... Verifying EVM chain ID for test converge ✓ Verifying finality values for test converge ✓ Verifying contract address for test converge ✓ ``` deploy with proper init signer
15eaaa6
to
e4ccbcf
Compare
add Converge to guardiand
add Converge network to sdk
add env from Converge testnent deployment
add converge testnet to js sdk