-
Notifications
You must be signed in to change notification settings - Fork 780
Plume testnet #4414
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
Plume testnet #4414
Conversation
``` -- Wormhole Core Addresses -------------------------------------------------- | Setup address | 0x0B2719cdA2F10595369e6673ceA3Ee2EDFa13BA7 | | Implementation address | 0xaBf89de706B583424328B54dD05a8fC986750Da8 | | Wormhole address | 0x81705b969cDcc6FbFde91a0C6777bE0EF3A75855 | ----------------------------------------------------------------------------- ``` ``` |- go run verify.go --env testnet --chainId 55 Verifying test plume... Verifying EVM chain ID for test plume ✓ Verifying finality values for test plume ✓ Verifying contract address for test plume ✓ ```
Please update the PR description with the output from |
Just updated PR description to match the latest commit message. |
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.
Please update proto/publicrpc/v1/publicrpc.proto
.
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.
Confirmed that the deployed contract matches the designated Wormhole Chain ID and EVM chain ID
However, this PR is missing changes from adminnodes.go
and fails to add the chain to GetAllNetworkIDs
which will prevent VAAs from being generated (IIRC). Also add the chain to publicrpc.proto
otherwise the guardian will not respond to RPC requests for that chain ID. Please add any other missing chains while you are touching those files.
add plume to adminnodes.go add plume to GetAllNetworkIds
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.
quick change then should be good
Uh oh!
There was an error while loading. Please reload this page.