github wormhole-foundation/wormhole v2.64.0

pre-release9 hours ago

Key changes

Sui gRPC support
This release updates the Sui watcher to use Sui's new gRPC service, as json-rpc is being deprecated at the end of June 2026. For a migration guide, refer to https://docs.sui.io/develop/accessing-data/json-rpc-migration.

Guardians must update their suiRPC config option to point to the new gRPC service on their Sui nodes.

Arc support
This release adds support for Arc testnet and mainnet. To enable mainnet, use the following config options:

--arcRPC YOUR_RPC
--arcContract 0xC8aD24fC6063c41cB5C12a8e3851AafC3b3CF027 //this is MAINNET

Tempo support
This release adds support for Tempo mainnet. To enable it, use the following config options:

--tempoRPC YOUR_RPC
--tempoContract 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6 //this is MAINNET

Tron support
This release adds support for Tron testnet and mainnet. These release notes will be updated once the mainnet contract is deployed.

--tronRPC YOUR_RPC
--tronContract //todo

What's Changed

New Contributors

Full Changelog: v2.63.0...v2.64.0

Don't miss a new wormhole release

NewReleases is sending notifications on new releases.