From cf07b6a7bca9cd59f2a94d7c3f1aeeca702c87ca Mon Sep 17 00:00:00 2001 From: Artur Sapek Date: Thu, 31 Oct 2024 13:05:03 -0400 Subject: [PATCH] Disable Sui CCTP (#729) * disable Sui CCTP * ignore sui cctp package for now * bump versions --- core/base/src/constants/circle.ts | 1 - core/base/src/constants/contracts/circle.ts | 4 +- package-lock.json | 228 +++++++++----------- package.json | 3 +- platforms/sui/protocols/cctp/src/index.ts | 3 + sdk/src/platforms/sui.ts | 3 +- 6 files changed, 113 insertions(+), 129 deletions(-) diff --git a/core/base/src/constants/circle.ts b/core/base/src/constants/circle.ts index ed6d6f85e..8c2896c97 100644 --- a/core/base/src/constants/circle.ts +++ b/core/base/src/constants/circle.ts @@ -19,7 +19,6 @@ const usdcContracts = [[ ["Solana", "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"], ["Base", "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"], ["Polygon", "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359"], - ["Sui", "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC"], ]], [ "Testnet", [ ["Sepolia", "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"], diff --git a/core/base/src/constants/contracts/circle.ts b/core/base/src/constants/contracts/circle.ts index 83da6ba4c..92b61ffd9 100644 --- a/core/base/src/constants/contracts/circle.ts +++ b/core/base/src/constants/contracts/circle.ts @@ -55,8 +55,8 @@ export const circleContracts = [[ wormhole: "0x0FF28217dCc90372345954563486528aa865cDd6", }], [ "Sui", { - tokenMessenger: "0x410d70c8baad60f310f45c13b9656ecbfed46fdf970e051f0cac42891a848856", - messageTransmitter: "0x34c884874be4cb4b84e79fa280d7b041f186f4d1ef08be1dc74b20e94376951a", + tokenMessenger: "", + messageTransmitter: "", wormholeRelayer: "", wormhole: "", }], diff --git a/package-lock.json b/package-lock.json index 4f8ad19bc..1a36d212b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-sdk", - "version": "0.12.0", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-sdk", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "workspaces": [ "core/base", @@ -32,7 +32,6 @@ "platforms/sui", "platforms/sui/protocols/core", "platforms/sui/protocols/tokenBridge", - "platforms/sui/protocols/cctp", "platforms/aptos", "platforms/aptos/protocols/core", "platforms/aptos/protocols/tokenBridge", @@ -60,11 +59,11 @@ }, "connect": { "name": "@wormhole-foundation/sdk-connect", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.12.0", - "@wormhole-foundation/sdk-definitions": "0.12.0", + "@wormhole-foundation/sdk-base": "0.14.0", + "@wormhole-foundation/sdk-definitions": "0.14.0", "axios": "^1.4.0" }, "engines": { @@ -73,7 +72,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@scure/base": "^1.1.3" @@ -81,11 +80,11 @@ }, "core/definitions": { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.12.0", + "version": "0.14.0", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "0.12.0" + "@wormhole-foundation/sdk-base": "0.14.0" } }, "core/definitions/node_modules/@noble/curves": { @@ -110,10 +109,10 @@ }, "core/icons": { "name": "@wormhole-foundation/sdk-icons", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.12.0" + "@wormhole-foundation/sdk-base": "0.14.0" }, "devDependencies": { "tsx": "^4.7.0" @@ -121,10 +120,10 @@ }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk": "0.12.0" + "@wormhole-foundation/sdk": "0.14.0" }, "devDependencies": { "dotenv": "^16.3.1", @@ -2932,10 +2931,6 @@ "resolved": "platforms/sui", "link": true }, - "node_modules/@wormhole-foundation/sdk-sui-cctp": { - "resolved": "platforms/sui/protocols/cctp", - "link": true - }, "node_modules/@wormhole-foundation/sdk-sui-core": { "resolved": "platforms/sui/protocols/core", "link": true @@ -8977,10 +8972,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", "algosdk": "2.7.0" }, "engines": { @@ -8989,11 +8984,11 @@ }, "platforms/algorand/protocols/core": { "name": "@wormhole-foundation/sdk-algorand-core", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.12.0", - "@wormhole-foundation/sdk-connect": "0.12.0" + "@wormhole-foundation/sdk-algorand": "0.14.0", + "@wormhole-foundation/sdk-connect": "0.14.0" }, "engines": { "node": ">=16" @@ -9001,12 +8996,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-algorand-tokenbridge", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.12.0", - "@wormhole-foundation/sdk-algorand-core": "0.12.0", - "@wormhole-foundation/sdk-connect": "0.12.0" + "@wormhole-foundation/sdk-algorand": "0.14.0", + "@wormhole-foundation/sdk-algorand-core": "0.14.0", + "@wormhole-foundation/sdk-connect": "0.14.0" }, "engines": { "node": ">=16" @@ -9014,10 +9009,10 @@ }, "platforms/aptos": { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", "aptos": "1.21.0" }, "engines": { @@ -9026,11 +9021,11 @@ }, "platforms/aptos/protocols/core": { "name": "@wormhole-foundation/sdk-aptos-core", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.12.0", - "@wormhole-foundation/sdk-connect": "0.12.0" + "@wormhole-foundation/sdk-aptos": "0.14.0", + "@wormhole-foundation/sdk-connect": "0.14.0" }, "engines": { "node": ">=16" @@ -9038,11 +9033,11 @@ }, "platforms/aptos/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-aptos-tokenbridge", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.12.0", - "@wormhole-foundation/sdk-connect": "0.12.0" + "@wormhole-foundation/sdk-aptos": "0.14.0", + "@wormhole-foundation/sdk-connect": "0.14.0" }, "engines": { "node": ">=16" @@ -9050,14 +9045,14 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/proto-signing": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9066,14 +9061,14 @@ }, "platforms/cosmwasm/protocols/core": { "name": "@wormhole-foundation/sdk-cosmwasm-core", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm": "0.14.0" }, "engines": { "node": ">=16" @@ -9081,15 +9076,15 @@ }, "platforms/cosmwasm/protocols/ibc": { "name": "@wormhole-foundation/sdk-cosmwasm-ibc", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.14.0", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9098,13 +9093,13 @@ }, "platforms/cosmwasm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm": "0.14.0" }, "engines": { "node": ">=16" @@ -9112,10 +9107,10 @@ }, "platforms/evm": { "name": "@wormhole-foundation/sdk-evm", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", "ethers": "^6.5.1" }, "devDependencies": { @@ -9127,11 +9122,11 @@ }, "platforms/evm/protocols/cctp": { "name": "@wormhole-foundation/sdk-evm-cctp", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-evm": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-evm": "0.14.0", "ethers": "^6.5.1" }, "engines": { @@ -9140,11 +9135,11 @@ }, "platforms/evm/protocols/core": { "name": "@wormhole-foundation/sdk-evm-core", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-evm": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-evm": "0.14.0", "ethers": "^6.5.1" }, "engines": { @@ -9153,13 +9148,13 @@ }, "platforms/evm/protocols/portico": { "name": "@wormhole-foundation/sdk-evm-portico", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-evm": "0.12.0", - "@wormhole-foundation/sdk-evm-core": "0.12.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-evm": "0.14.0", + "@wormhole-foundation/sdk-evm-core": "0.14.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.14.0", "ethers": "^6.5.1" }, "engines": { @@ -9168,12 +9163,12 @@ }, "platforms/evm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-evm-tokenbridge", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-evm": "0.12.0", - "@wormhole-foundation/sdk-evm-core": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-evm": "0.14.0", + "@wormhole-foundation/sdk-evm-core": "0.14.0", "ethers": "^6.5.1" }, "engines": { @@ -9182,14 +9177,14 @@ }, "platforms/solana": { "name": "@wormhole-foundation/sdk-solana", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.12.0", + "@wormhole-foundation/sdk-connect": "0.14.0", "rpc-websockets": "^7.10.0" }, "devDependencies": { @@ -9201,14 +9196,14 @@ }, "platforms/solana/protocols/cctp": { "name": "@wormhole-foundation/sdk-solana-cctp", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-solana": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-solana": "0.14.0" }, "engines": { "node": ">=16" @@ -9216,14 +9211,14 @@ }, "platforms/solana/protocols/core": { "name": "@wormhole-foundation/sdk-solana-core", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-solana": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-solana": "0.14.0" }, "engines": { "node": ">=16" @@ -9231,15 +9226,15 @@ }, "platforms/solana/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-solana-tokenbridge", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-solana": "0.12.0", - "@wormhole-foundation/sdk-solana-core": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-solana": "0.14.0", + "@wormhole-foundation/sdk-solana-core": "0.14.0" }, "engines": { "node": ">=16" @@ -9247,24 +9242,11 @@ }, "platforms/sui": { "name": "@wormhole-foundation/sdk-sui", - "version": "0.12.0", - "license": "Apache-2.0", - "dependencies": { - "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.12.0" - }, - "engines": { - "node": ">=16" - } - }, - "platforms/sui/protocols/cctp": { - "name": "@wormhole-foundation/sdk-sui-cctp", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-sui": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0" }, "engines": { "node": ">=16" @@ -9272,12 +9254,12 @@ }, "platforms/sui/protocols/core": { "name": "@wormhole-foundation/sdk-sui-core", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-sui": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-sui": "0.14.0" }, "engines": { "node": ">=16" @@ -9285,13 +9267,13 @@ }, "platforms/sui/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-sui-tokenbridge", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-sui": "0.12.0", - "@wormhole-foundation/sdk-sui-core": "0.12.0" + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-sui": "0.14.0", + "@wormhole-foundation/sdk-sui-core": "0.14.0" }, "engines": { "node": ">=16" @@ -9299,34 +9281,34 @@ }, "sdk": { "name": "@wormhole-foundation/sdk", - "version": "0.12.0", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.12.0", - "@wormhole-foundation/sdk-algorand-core": "0.12.0", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.12.0", - "@wormhole-foundation/sdk-aptos": "0.12.0", - "@wormhole-foundation/sdk-aptos-core": "0.12.0", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.12.0", - "@wormhole-foundation/sdk-base": "0.12.0", - "@wormhole-foundation/sdk-connect": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.12.0", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.12.0", - "@wormhole-foundation/sdk-definitions": "0.12.0", - "@wormhole-foundation/sdk-evm": "0.12.0", - "@wormhole-foundation/sdk-evm-cctp": "0.12.0", - "@wormhole-foundation/sdk-evm-core": "0.12.0", - "@wormhole-foundation/sdk-evm-portico": "0.12.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.12.0", - "@wormhole-foundation/sdk-solana": "0.12.0", - "@wormhole-foundation/sdk-solana-cctp": "0.12.0", - "@wormhole-foundation/sdk-solana-core": "0.12.0", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.12.0", - "@wormhole-foundation/sdk-sui": "0.12.0", - "@wormhole-foundation/sdk-sui-core": "0.12.0", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.12.0" + "@wormhole-foundation/sdk-algorand": "0.14.0", + "@wormhole-foundation/sdk-algorand-core": "0.14.0", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.14.0", + "@wormhole-foundation/sdk-aptos": "0.14.0", + "@wormhole-foundation/sdk-aptos-core": "0.14.0", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.14.0", + "@wormhole-foundation/sdk-base": "0.14.0", + "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.14.0", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.14.0", + "@wormhole-foundation/sdk-definitions": "0.14.0", + "@wormhole-foundation/sdk-evm": "0.14.0", + "@wormhole-foundation/sdk-evm-cctp": "0.14.0", + "@wormhole-foundation/sdk-evm-core": "0.14.0", + "@wormhole-foundation/sdk-evm-portico": "0.14.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.14.0", + "@wormhole-foundation/sdk-solana": "0.14.0", + "@wormhole-foundation/sdk-solana-cctp": "0.14.0", + "@wormhole-foundation/sdk-solana-core": "0.14.0", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.14.0", + "@wormhole-foundation/sdk-sui": "0.14.0", + "@wormhole-foundation/sdk-sui-core": "0.14.0", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.14.0" }, "engines": { "node": ">=16" diff --git a/package.json b/package.json index 98d5d1180..34e913d8c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ "platforms/sui", "platforms/sui/protocols/core", "platforms/sui/protocols/tokenBridge", - "platforms/sui/protocols/cctp", "platforms/aptos", "platforms/aptos/protocols/core", "platforms/aptos/protocols/tokenBridge", @@ -68,4 +67,4 @@ "unreleased": [ "tokenRegistry" ] -} \ No newline at end of file +} diff --git a/platforms/sui/protocols/cctp/src/index.ts b/platforms/sui/protocols/cctp/src/index.ts index 25f4c581a..f49b2ed69 100644 --- a/platforms/sui/protocols/cctp/src/index.ts +++ b/platforms/sui/protocols/cctp/src/index.ts @@ -1,6 +1,9 @@ +// TODO uncomment when enabling Sui CCTP +/* import { registerProtocol } from '@wormhole-foundation/sdk-connect'; import { SuiCircleBridge } from "./circleBridge.js"; registerProtocol("Sui", "CircleBridge", SuiCircleBridge); export * from './circleBridge.js'; +*/ diff --git a/sdk/src/platforms/sui.ts b/sdk/src/platforms/sui.ts index 224a8fa9a..a6503b738 100644 --- a/sdk/src/platforms/sui.ts +++ b/sdk/src/platforms/sui.ts @@ -9,7 +9,8 @@ const sui: PlatformDefinition = { protocols: { WormholeCore: () => import("@wormhole-foundation/sdk-sui-core"), TokenBridge: () => import("@wormhole-foundation/sdk-sui-tokenbridge"), - CircleBridge: () => import("@wormhole-foundation/sdk-sui-cctp"), + // TODO uncomment when enabling Sui CCTP + //CircleBridge: () => import("@wormhole-foundation/sdk-sui-cctp"), }, getChain: (network, chain, overrides?) => new _sui.SuiChain(