Skip to content

Releases: wormhole-foundation/wormhole-connect

production@4.0.0

19 Sep 13:06
674e14e
Compare
Choose a tag to compare

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

Read more

development@4.0.0-beta.1

16 Sep 13:56
674e14e
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@4.0.0-beta.0...development@4.0.0-beta.1

development@4.0.0-beta.0

10 Sep 13:05
6117514
Compare
Choose a tag to compare
Pre-release

What's Changed

Read more

development@3.0.2-beta.1

29 Jul 17:10
25f394a
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@3.0.2-beta.0...development@3.0.2-beta.1

development@3.0.2-beta.0

17 Jul 21:23
f609b39
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@3.1.0...development@3.0.2-beta.0

production@3.1.0

16 Jul 17:38
c11251e
Compare
Choose a tag to compare

What's Changed

New Contributors

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

development@3.0.1-beta.7

15 Jul 16:27
fe4d469
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@3.0.1-beta.6...development@3.0.1-beta.7

development@3.0.1-beta.6

14 Jul 19:43
bd6f993
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@3.0.1-beta.5...development@3.0.1-beta.6

development@3.0.1-beta.5

09 Jun 18:32
745e0ec
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@3.0.1-beta.4...development@3.0.1-beta.5

development@3.0.1-beta.4

04 Jun 22:13
f537a93
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@3.0.0...development@3.0.1-beta.4