github wormhole-foundation/wormhole-connect production@4.0.0

19 hours ago

Key changes

🎨UI Refresh
The new UI refresh is now enabled by default and no configuration needed to enable it.

🌐New Chain Support
HyperEVM -> Mainnet support
Mezo -> Mainnet support
XRPL-EVM -> Mainnet support
Fogo -> Testnet support

💱Same-Chain Swaps
Support for same chain swaps - users can now select the same chain for source and destination for Solana and Evm chains.

🔄Sui NTT Integration
Native Token Transfer (NTT) support for Sui chains is now available.

⚠️Breaking Changes
The Portico route (ETH liquidity bridge) has been removed. For integrators using this route, please switch to the Mayan routes. Migration Required:

// Before (will no longer work)
const config = {
  routes: [AutomaticPorticoRoute, cctpExecutorRoute, MayanRoute]
};

// After - Remove portico from your routes
const config = {
  routes: [cctpExecutorRoute, MayanRoute]
};

If you were relying on Portico for specific transfers, you'll need to switch to alternative routes like Mayan.

What's Changed

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@3.1.0...production@4.0.0

Don't miss a new wormhole-connect release

NewReleases is sending notifications on new releases.