From 5e28af48f5029b7fe35e5f5f5d8a200900d8ef9b Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Fri, 29 Dec 2023 18:28:39 -0500 Subject: [PATCH] bump version with algorand --- VERSION | 2 +- connect/package.json | 6 ++-- core/base/package.json | 2 +- core/definitions/package.json | 4 +-- examples/package.json | 28 +++++++++---------- package.json | 5 ++-- platforms/algorand/package.json | 4 +-- .../algorand/protocols/core/package.json | 6 ++-- .../protocols/tokenBridge/package.json | 8 +++--- platforms/algorand/src/platform.ts | 5 ---- platforms/cosmwasm/package.json | 4 +-- .../cosmwasm/protocols/core/package.json | 6 ++-- platforms/cosmwasm/protocols/ibc/package.json | 8 +++--- .../protocols/tokenBridge/package.json | 6 ++-- platforms/evm/package.json | 4 +-- platforms/evm/protocols/cctp/package.json | 6 ++-- platforms/evm/protocols/core/package.json | 6 ++-- .../evm/protocols/tokenBridge/package.json | 8 +++--- platforms/solana/package.json | 4 +-- platforms/solana/protocols/cctp/package.json | 8 +++--- platforms/solana/protocols/core/package.json | 6 ++-- .../solana/protocols/tokenBridge/package.json | 8 +++--- 22 files changed, 70 insertions(+), 74 deletions(-) diff --git a/VERSION b/VERSION index 8f347b7b08..165a776595 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0-beta.6 \ No newline at end of file +0.3.0-beta.7 \ No newline at end of file diff --git a/connect/package.json b/connect/package.json index b092039594..fa51870b5b 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,7 +45,7 @@ }, "dependencies": { "axios": "^1.4.0", - "@wormhole-foundation/sdk-base": "^0.3.0-beta.6", - "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.6" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.7", + "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.7" } } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index 3100a9bf3f..fc24231af5 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" diff --git a/core/definitions/package.json b/core/definitions/package.json index 28a456983d..8004e10f0c 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -30,6 +30,6 @@ }, "dependencies": { "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "^0.3.0-beta.6" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.7" } } \ No newline at end of file diff --git a/examples/package.json b/examples/package.json index 372851bbed..b98b23be75 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -51,19 +51,19 @@ "tsx": "^4.7.0" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.7", "algosdk": "^2.7.0" } } \ No newline at end of file diff --git a/package.json b/package.json index 72643c6365..5820112884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-sdk", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "license": "Apache-2.0", "directories": { "test": "__tests__" @@ -34,7 +34,7 @@ "test": "NETWORK=Mainnet npm run test --workspaces --if-present", "docs": "NODE_OPTIONS=--max_old_space_size=8192 typedoc --options typedoc.json", "sync": "tsx syncVersion.ts && npm install && npm run build", - "publish": "npm publish --access public --tag $TAG --workspace core --workspace connect --workspace platforms --workspace platforms/evm/protocols --workspace platforms/solana/protocols --workspace platforms/cosmwasm/protocols", + "publish": "npm publish --access public --tag $TAG --workspace core --workspace connect --workspace platforms --workspace platforms/evm/protocols --workspace platforms/solana/protocols --workspace platforms/cosmwasm/protocols --workspace platforms/algorand/protocols", "pub:beta": "TAG=beta npm run publish", "pub:latest": "TAG=latest npm run publish" }, @@ -49,6 +49,7 @@ "platforms/solana", "platforms/solana/protocols/core", "platforms/solana/protocols/tokenBridge", + "platforms/solana/protocols/cctp", "platforms/cosmwasm", "platforms/cosmwasm/protocols/core", "platforms/cosmwasm/protocols/tokenBridge", diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index aacda70212..c22dbdab69 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-algorand", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -43,7 +43,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", "algosdk": "2.7.0" } } \ No newline at end of file diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 5075823a79..e702fbeb04 100644 --- a/platforms/algorand/protocols/core/package.json +++ b/platforms/algorand/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-algorand-core", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -42,7 +42,7 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.6" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.7" } } \ No newline at end of file diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index 2fdf949bc4..d3cb886e25 100644 --- a/platforms/algorand/protocols/tokenBridge/package.json +++ b/platforms/algorand/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-algorand-tokenbridge", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -42,8 +42,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.6" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.7" } } \ No newline at end of file diff --git a/platforms/algorand/src/platform.ts b/platforms/algorand/src/platform.ts index 280150ff2c..ddc114d3eb 100644 --- a/platforms/algorand/src/platform.ts +++ b/platforms/algorand/src/platform.ts @@ -69,11 +69,6 @@ export class AlgorandPlatform extends PlatformContext { - if (h.startsWith("0x")) h = h.slice(2); - return new Uint8Array(Buffer.from(h, "hex")); - }; - static async getDecimals( chain: Chain, rpc: Algodv2, diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index f898aa2a98..c7d2d6624d 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -50,7 +50,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/proto-signing": "^0.32.0", "@cosmjs/stargate": "^0.32.0", diff --git a/platforms/cosmwasm/protocols/core/package.json b/platforms/cosmwasm/protocols/core/package.json index 7f65d03fe7..1e80f38d3a 100644 --- a/platforms/cosmwasm/protocols/core/package.json +++ b/platforms/cosmwasm/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm-core", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,8 +49,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.7", "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "cosmjs-types": "^0.9.0" diff --git a/platforms/cosmwasm/protocols/ibc/package.json b/platforms/cosmwasm/protocols/ibc/package.json index e005b4fcdb..a19a8a6e9d 100644 --- a/platforms/cosmwasm/protocols/ibc/package.json +++ b/platforms/cosmwasm/protocols/ibc/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm-ibc", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,8 +52,8 @@ "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "cosmjs-types": "^0.9.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.6" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.7" } } \ No newline at end of file diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index ceb886429a..ca9de738d1 100644 --- a/platforms/cosmwasm/protocols/tokenBridge/package.json +++ b/platforms/cosmwasm/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,7 +52,7 @@ "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "cosmjs-types": "^0.9.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.6" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.7" } } \ No newline at end of file diff --git a/platforms/evm/package.json b/platforms/evm/package.json index 2770469a1d..329703da77 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -53,7 +53,7 @@ "nock": "13.3.8" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index d7ac8a1f09..e34160a95e 100644 --- a/platforms/evm/protocols/cctp/package.json +++ b/platforms/evm/protocols/cctp/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm-cctp", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,8 +49,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.7", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index 5d3fa036c4..fb38e224f4 100644 --- a/platforms/evm/protocols/core/package.json +++ b/platforms/evm/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm-core", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,8 +49,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.7", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index fa9e6531de..43dd4c4f41 100644 --- a/platforms/evm/protocols/tokenBridge/package.json +++ b/platforms/evm/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm-tokenbridge", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,9 +49,9 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.7", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/solana/package.json b/platforms/solana/package.json index c7a1e69fd5..f4ed81c5a9 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,7 +46,7 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5", diff --git a/platforms/solana/protocols/cctp/package.json b/platforms/solana/protocols/cctp/package.json index abe9cae170..c863e21a10 100644 --- a/platforms/solana/protocols/cctp/package.json +++ b/platforms/solana/protocols/cctp/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana-cctp", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -47,9 +47,9 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.7", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5", diff --git a/platforms/solana/protocols/core/package.json b/platforms/solana/protocols/core/package.json index afafaefe9b..14463fb5ff 100644 --- a/platforms/solana/protocols/core/package.json +++ b/platforms/solana/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana-core", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,8 +46,8 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.7", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5", diff --git a/platforms/solana/protocols/tokenBridge/package.json b/platforms/solana/protocols/tokenBridge/package.json index ca7bbc20a0..20277982e2 100644 --- a/platforms/solana/protocols/tokenBridge/package.json +++ b/platforms/solana/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana-tokenbridge", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,9 +45,9 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.6", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.6", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.7", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.7", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5",