From 1e8b48392f4749621db6b466256fd9240c207470 Mon Sep 17 00:00:00 2001 From: yuli-ferna Date: Tue, 17 Dec 2024 09:44:06 -0400 Subject: [PATCH 1/2] Deployment connect 1.1.9 --- apps/connect/package-lock.json | 686 +++++++++++++++++++-------------- apps/connect/package.json | 2 +- 2 files changed, 400 insertions(+), 288 deletions(-) diff --git a/apps/connect/package-lock.json b/apps/connect/package-lock.json index f80c272b..cf39e76b 100644 --- a/apps/connect/package-lock.json +++ b/apps/connect/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", "@wormhole-foundation/sdk": "^1.0.0", - "@wormhole-foundation/wormhole-connect": "^1.1.8-beta.2-development", + "@wormhole-foundation/wormhole-connect": "^1.1.9-beta.0-development", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6", @@ -17850,6 +17850,117 @@ "node": ">=16" } }, + "node_modules/@wormhole-foundation/sdk-sui-cctp": { + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-cctp/-/sdk-sui-cctp-1.3.0-beta.3.tgz", + "integrity": "sha512-8JWsIbScXkI8mYMH4zokHpjs5dtMwRf1MuevZ4cv+8Tr7gQJistPLcWIAsT3S+Edw6VuurflMSLF08G2NM4/nA==", + "dependencies": { + "@mysten/sui.js": "^0.50.1", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui": "1.3.0-beta.3" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@mysten/bcs": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@mysten/bcs/-/bcs-0.11.1.tgz", + "integrity": "sha512-xP85isNSYUCHd3O/g+TmZYmg4wK6cU8q/n/MebkIGP4CYVJZz2wU/G24xIZ3wI+0iTop4dfgA5kYrg/DQKCUzA==", + "dependencies": { + "bs58": "^5.0.0" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@mysten/sui.js": { + "version": "0.50.1", + "resolved": "https://registry.npmjs.org/@mysten/sui.js/-/sui.js-0.50.1.tgz", + "integrity": "sha512-AY0wb4n6PMTRsDGygzrrTHUK/m5KwKZ4aQcN9cayiwsq2iIhfjGo7uuqMA7Y5UiqvLCoF+z7Ig14Q5qejQ/S/w==", + "deprecated": "This package has been renamed to @mysten/sui, please update to use the renamed package.", + "dependencies": { + "@graphql-typed-document-node/core": "^3.2.0", + "@mysten/bcs": "0.11.1", + "@noble/curves": "^1.1.0", + "@noble/hashes": "^1.3.1", + "@scure/bip32": "^1.3.1", + "@scure/bip39": "^1.2.1", + "@suchipi/femver": "^1.0.0", + "bech32": "^2.0.0", + "gql.tada": "^1.2.0", + "graphql": "^16.8.1", + "superstruct": "^1.0.3", + "tweetnacl": "^1.0.3" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@wormhole-foundation/sdk-base": { + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-1.3.0-beta.3.tgz", + "integrity": "sha512-5j1DL9enxAEMPBu1UEjjWbT9fmXV+iMAvwv6l8/QEhEFzdUpaWAyBApdixnGsoxvF7wEFYK3+voA6Zc5Eu+j8Q==", + "dependencies": { + "@scure/base": "^1.1.3", + "binary-layout": "^1.0.3" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@wormhole-foundation/sdk-connect": { + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", + "dependencies": { + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", + "axios": "^1.4.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@wormhole-foundation/sdk-definitions": { + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-1.3.0-beta.3.tgz", + "integrity": "sha512-fRdi49L0BBrWgNM1QlA4IS9kSvvMsmiLZFx6AXv6f95CTGVtplxmplTcTRUf9fTiiRBq9AfEWVKiS5vywE686w==", + "dependencies": { + "@noble/curves": "^1.4.0", + "@noble/hashes": "^1.3.1", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@wormhole-foundation/sdk-sui": { + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-1.3.0-beta.3.tgz", + "integrity": "sha512-ERSu+/f6362GMx9w96D4WDvpf33ObE7SfotEYAHSJom03UXz4zHfCvfFw74G/gnaL9S9X85SJVmXQVquDH/0qA==", + "dependencies": { + "@mysten/sui.js": "^0.50.1", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/axios": { + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/base-x": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.0.tgz", + "integrity": "sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==" + }, + "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/bs58": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-5.0.0.tgz", + "integrity": "sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==", + "dependencies": { + "base-x": "^4.0.0" + } + }, "node_modules/@wormhole-foundation/sdk-sui-core": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-1.2.0.tgz", @@ -18010,9 +18121,9 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect": { - "version": "1.1.8-beta.2-development", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-1.1.8-beta.2-development.tgz", - "integrity": "sha512-aV59nNiX+zhoVhFF2DxKjflYNfZN1X0hNGt+C9kkugYh41Z9zqQ4ebXmbD7GBXU90MXmPhay3QBYj2NX4T178A==", + "version": "1.1.9-beta.0-development", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-1.1.9-beta.0-development.tgz", + "integrity": "sha512-8NW4Pk4yZiJw7gO20Ms+aIiOGa503Q90++W9o65os+Cs0ro0TmnnselqkPjXjxT1+7HPwikvB28mbMJW46kuDw==", "dependencies": { "@coral-xyz/anchor": "^0.29.0", "@cosmjs/cosmwasm-stargate": "^0.31.3", @@ -18037,8 +18148,8 @@ "@solana/spl-token": "^0.3.9", "@solana/wallet-adapter-wallets": "^0.19.25", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk": "^1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "^1.3.0-beta.2", + "@wormhole-foundation/sdk": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "@wormhole-foundation/sdk-definitions-ntt": "^0.6.1", "@wormhole-foundation/sdk-evm-ntt": "^0.6.1", "@wormhole-foundation/sdk-icons": "^1.0.0", @@ -18571,46 +18682,47 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk/-/sdk-1.3.0-beta.2.tgz", - "integrity": "sha512-q1Sw2qMsWztZjHfQVEEGsAyqRjAdH1v7wun5bsBCN4fXnOMel2j+5h406V5zDQyr1KdKisrlDNl9q7oiOPJVEQ==", - "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.0-beta.2", - "@wormhole-foundation/sdk-algorand-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-algorand-tokenbridge": "1.3.0-beta.2", - "@wormhole-foundation/sdk-aptos": "1.3.0-beta.2", - "@wormhole-foundation/sdk-aptos-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-aptos-tokenbridge": "1.3.0-beta.2", - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm-ibc": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm-cctp": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm-portico": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana-cctp": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana-tokenbridge": "1.3.0-beta.2", - "@wormhole-foundation/sdk-sui": "1.3.0-beta.2", - "@wormhole-foundation/sdk-sui-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-sui-tokenbridge": "1.3.0-beta.2" + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk/-/sdk-1.3.0-beta.3.tgz", + "integrity": "sha512-/xHaMGHNQFKNcqREyx7O0VLEkoSaqAEj76Siu9S5OgphapYfvXbbVxVCjb+3vLUi4LG01nfdMAPoK6vwXvEcSA==", + "dependencies": { + "@wormhole-foundation/sdk-algorand": "1.3.0-beta.3", + "@wormhole-foundation/sdk-algorand-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-algorand-tokenbridge": "1.3.0-beta.3", + "@wormhole-foundation/sdk-aptos": "1.3.0-beta.3", + "@wormhole-foundation/sdk-aptos-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-aptos-tokenbridge": "1.3.0-beta.3", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm-ibc": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm-cctp": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm-portico": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana-cctp": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana-tokenbridge": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui-cctp": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui-tokenbridge": "1.3.0-beta.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-algorand": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand/-/sdk-algorand-1.3.0-beta.2.tgz", - "integrity": "sha512-4jPYboahUYBa6Wq7kKJnVh6BbZBJo8cq2oXJoLSGmWJgUtusDZxikx/C9XWx+dxaEH0Bh1MtKtpZyi30Gmn8/A==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand/-/sdk-algorand-1.3.0-beta.3.tgz", + "integrity": "sha512-CJrdj++y/n8q+WqdOxpM1/n22yrEIRxbWFmTTvySv2I9sb3OwMiZmN4+9k3sBQJS91xZ703eHtGunsQoyPTHTg==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "algosdk": "2.7.0" }, "engines": { @@ -18618,24 +18730,24 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-algorand-core": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-core/-/sdk-algorand-core-1.3.0-beta.2.tgz", - "integrity": "sha512-8e+CfdPdHK13v8cQsIdhYUD7VXps0rJTrQll5Xw+fGKLCP4Kb79dE7cnauAFWH0zqmk4juwk3Fzh44ox3MHFtg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-core/-/sdk-algorand-core-1.3.0-beta.3.tgz", + "integrity": "sha512-ziqbbVjDKRDCnX2sEBbBpEVWx/cAMOpp2jCrsI7JQCSlByFqTl/FaQk+ITKnxmQuZQ2lzJDZbMq8Ql1ZtfkrmA==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.0-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2" + "@wormhole-foundation/sdk-algorand": "1.3.0-beta.3", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-algorand-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -18643,25 +18755,25 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-algorand-tokenbridge": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-tokenbridge/-/sdk-algorand-tokenbridge-1.3.0-beta.2.tgz", - "integrity": "sha512-eTtgS2jDGsaYvfYbN9mc5IqnpBc0XBegprf4cIHML0jBVlk/krSFy5NFqMLHuWnglHjfaNr2nYVTQhL+l1xymA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-tokenbridge/-/sdk-algorand-tokenbridge-1.3.0-beta.3.tgz", + "integrity": "sha512-BcZ9Y98yQPFtZSu8s10VEptf4/WNSJJy/bM0nQNiLQgao2TqL+nw+0BCKrnIux7vYzGWMAWyZdsXL4nbyetPrA==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.0-beta.2", - "@wormhole-foundation/sdk-algorand-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2" + "@wormhole-foundation/sdk-algorand": "1.3.0-beta.3", + "@wormhole-foundation/sdk-algorand-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-algorand-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -18669,12 +18781,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-algorand/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -18682,11 +18794,11 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-aptos": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-1.3.0-beta.2.tgz", - "integrity": "sha512-FwFDPj1Mjwz31m+3i4YP6+Q/HTD2bG76xpkHIESQUbBPsseNxa3sx6v9kFoZHaxg7Okx6duLY/OdWaNSleoUfw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-1.3.0-beta.3.tgz", + "integrity": "sha512-/O1Hk2KOWHXqZ9IN99uPgKCxBtUjFyJkuoVMsjtDcAqABLA0oZhVOuOT33Nf2zui+/B8a99cXYKZV/HFnVzddg==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "aptos": "1.21.0" }, "engines": { @@ -18694,24 +18806,24 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-aptos-core": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-core/-/sdk-aptos-core-1.3.0-beta.2.tgz", - "integrity": "sha512-xLX4VG5TVBKcqmBzZMatAo0jgnywgpr1o4nHeOzh6FjZveAptdY+3QIFOK+6ZnVCLcCjJ2wS1BnOCPCTFRQxLQ==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-core/-/sdk-aptos-core-1.3.0-beta.3.tgz", + "integrity": "sha512-joagrPoKX7QrCXUP7gnKHZgvleyrsRzEyYo0z/2V4CA3wSJZPXINen7ssbVwYYWt5yRLkHHhBVYfkpdWHd+W1g==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "1.3.0-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2" + "@wormhole-foundation/sdk-aptos": "1.3.0-beta.3", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-aptos-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -18719,24 +18831,24 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-aptos-tokenbridge": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-tokenbridge/-/sdk-aptos-tokenbridge-1.3.0-beta.2.tgz", - "integrity": "sha512-j3TAzvnG15rrRaMzsm6ByNt/atcTTFwqn8062Al+tSeEDYsoGyfXqyIofjFqPgxAG0Vz00ezhVVxZp+xOzCgYA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-tokenbridge/-/sdk-aptos-tokenbridge-1.3.0-beta.3.tgz", + "integrity": "sha512-/9I5lqd4P212dQIBuST8osbbD+P4o2ae7M307H+6rPWqjT0HJpILQW5BvQTGWeL2sm3DIZBwePBYPfgW13TS0A==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "1.3.0-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2" + "@wormhole-foundation/sdk-aptos": "1.3.0-beta.3", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-aptos-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -18767,12 +18879,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-aptos/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -18802,24 +18914,24 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-base": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-1.3.0-beta.2.tgz", - "integrity": "sha512-1C72OX8+yEcAT9rU8iDMmYCuEHw1z9I+n7WzS0c6NdKTpqi4CxsCIownedsQJBLld5oAMbIAcdfhcAP7cE5iRg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-1.3.0-beta.3.tgz", + "integrity": "sha512-5j1DL9enxAEMPBu1UEjjWbT9fmXV+iMAvwv6l8/QEhEFzdUpaWAyBApdixnGsoxvF7wEFYK3+voA6Zc5Eu+j8Q==", "dependencies": { "@scure/base": "^1.1.3", "binary-layout": "^1.0.3" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm/-/sdk-cosmwasm-1.3.0-beta.2.tgz", - "integrity": "sha512-LMDX0dpIEiztsQjyFY94K7LRTx9qyKx77lrD2209qmUp5MEl0M30apnt77xdYWgYHQcDIezAGjM53XXZTCA04w==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm/-/sdk-cosmwasm-1.3.0-beta.3.tgz", + "integrity": "sha512-LL3vwHjXWzdqXdrBt8+CBfapdpXKejt3OlXUzT+svCxBSYgmz+2U6Q027RcGeMEaaDBDFdX/Du57kZ/NEcYCeA==", "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": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "cosmjs-types": "^0.9.0" }, "engines": { @@ -18827,15 +18939,15 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm-core": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-core/-/sdk-cosmwasm-core-1.3.0-beta.2.tgz", - "integrity": "sha512-JuYoCeipGJIp660h8Tx2cIfYGjdMM2SfEj4kejfNPGD5fwi9HfwVhkpPvqJTe24IINlDgOflJCjNZopfppryPA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-core/-/sdk-cosmwasm-core-1.3.0-beta.3.tgz", + "integrity": "sha512-dj3x/iXQJBafPd0NnelAkrNS44AJrXe0MqVmWYWVKRJPnEiOOVp2bpAM3T61oYCL1MSChHUlPLq+a+5jNCoQFg==", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.3" }, "engines": { "node": ">=16" @@ -19053,12 +19165,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19066,16 +19178,16 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm-ibc": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-ibc/-/sdk-cosmwasm-ibc-1.3.0-beta.2.tgz", - "integrity": "sha512-eysFarIV1qOmuIDqJ6oM4nOIoMnI2wXN/kULZWCkmCcxj+9/QvYMM6P5ABqe/GUiBCHBxyTfB0EUajkZlL845A==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-ibc/-/sdk-cosmwasm-ibc-1.3.0-beta.3.tgz", + "integrity": "sha512-0x6fvSmrKPE2XyHpyux6k5oLc46TzBaAWTsIJom8bAWICwf+ErWRPUjaMFjFnzkzoGpLe6C6CzkdzURqFhb9PA==", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm-core": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm-core": "1.3.0-beta.3", "cosmjs-types": "^0.9.0" }, "engines": { @@ -19294,12 +19406,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm-ibc/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19307,14 +19419,14 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm-tokenbridge": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-tokenbridge/-/sdk-cosmwasm-tokenbridge-1.3.0-beta.2.tgz", - "integrity": "sha512-LSqazEZ9YjhvOo1q9X1048L1oS0Fr5x3lc1Xbz8zYs+UGOpalSeG4q8O0dbGQIOXsWOSExFcup2ZI34a145gUw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-tokenbridge/-/sdk-cosmwasm-tokenbridge-1.3.0-beta.3.tgz", + "integrity": "sha512-Xjcb8q4vlUtrpgcvnK+wBIPEOgJkihUQjUI7rKh1cGw1h2PXRdrZFStJelCNiGD3Hti3PzEXe0+wyc/s+Oi/jg==", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.0-beta.3" }, "engines": { "node": ">=16" @@ -19532,12 +19644,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19756,12 +19868,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-cosmwasm/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19769,13 +19881,13 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-definitions": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-1.3.0-beta.2.tgz", - "integrity": "sha512-MdMyWXMn5UEZWPK+OaUAUKZ952DDqfoWVkRJvuiIwssbZ5CGgLJI7q0IjOZq13+jcvUU0+QbzEdlTZPRjmuZUg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-1.3.0-beta.3.tgz", + "integrity": "sha512-fRdi49L0BBrWgNM1QlA4IS9kSvvMsmiLZFx6AXv6f95CTGVtplxmplTcTRUf9fTiiRBq9AfEWVKiS5vywE686w==", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "1.3.0-beta.2" + "@wormhole-foundation/sdk-base": "1.3.0-beta.3" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-definitions/node_modules/@noble/curves": { @@ -19815,12 +19927,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-cctp": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-1.3.0-beta.2.tgz", - "integrity": "sha512-zbvJWaOiSZx98/O6SZLc/gWP0LN7DBgas52eoKCZJLoHnUrJRHXWc59WCI3BLBzpdphDKyPDhAJQZWIAigF5JQ==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-1.3.0-beta.3.tgz", + "integrity": "sha512-ChTV5rNkrNE/HTrhJ2KjVXtEWrsxudxf7W4f+LSl09hD67ytOPUnM0rCpsOe8f7dRiMzFnVjsL3JybvhwrfeNA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19828,12 +19940,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-cctp/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19841,11 +19953,11 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-cctp/node_modules/@wormhole-foundation/sdk-evm": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.2.tgz", - "integrity": "sha512-O0JqEtnkFKudSUoKm/+Ve1/vrVdpC5N9pu0eI2ESzlhDssSQvY4LLhxc0xWsIcmh+iVGvFIip6vK+HwWAW0fSw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.3.tgz", + "integrity": "sha512-I4DS1JXrLvUstjVUn0iZQpqbTrEU3gKmZ5G1W/cXtgNBxcHEBvJW6xl2Y0y1XriXQIQHLyovXArRtq/xVbWxrA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19853,12 +19965,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-core": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-core/-/sdk-evm-core-1.3.0-beta.2.tgz", - "integrity": "sha512-rY75Ae2aPi7H1eXkuJuaidSYnuu0tn68824NWhjOIBz5m8Jy1cymNBmbwaDfsfhu4Un/4xiMNlr9OYK193wmGg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-core/-/sdk-evm-core-1.3.0-beta.3.tgz", + "integrity": "sha512-TXPbpmTEK6wurFCxeq9wQRkWaywl7Kt7fcR6bRuOiktp5rh+8PKlVAFVxG/x/lrtJuCNDiZmzbdgljJjdELhCw==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19866,12 +19978,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19879,11 +19991,11 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-core/node_modules/@wormhole-foundation/sdk-evm": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.2.tgz", - "integrity": "sha512-O0JqEtnkFKudSUoKm/+Ve1/vrVdpC5N9pu0eI2ESzlhDssSQvY4LLhxc0xWsIcmh+iVGvFIip6vK+HwWAW0fSw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.3.tgz", + "integrity": "sha512-I4DS1JXrLvUstjVUn0iZQpqbTrEU3gKmZ5G1W/cXtgNBxcHEBvJW6xl2Y0y1XriXQIQHLyovXArRtq/xVbWxrA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19891,14 +20003,14 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-portico": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-portico/-/sdk-evm-portico-1.3.0-beta.2.tgz", - "integrity": "sha512-NPiKN2v+gemU8s9NtPBMyQJep3gyekm1u1W6F1QbbSm85gJtuPu2MnQRlTtVIWkXwQ+jxK9cZd9YcXrfRu6M8g==", - "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm-core": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.0-beta.2", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-portico/-/sdk-evm-portico-1.3.0-beta.3.tgz", + "integrity": "sha512-odATK5hABkkWtvDRMkG3zqwx5EExhyq16cyCHwz8we5yDrDHTyNqxrIoXGwygBmXSz/lzRgwrTwLVp7vanhlXA==", + "dependencies": { + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm-core": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19906,12 +20018,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-portico/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19919,11 +20031,11 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-portico/node_modules/@wormhole-foundation/sdk-evm": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.2.tgz", - "integrity": "sha512-O0JqEtnkFKudSUoKm/+Ve1/vrVdpC5N9pu0eI2ESzlhDssSQvY4LLhxc0xWsIcmh+iVGvFIip6vK+HwWAW0fSw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.3.tgz", + "integrity": "sha512-I4DS1JXrLvUstjVUn0iZQpqbTrEU3gKmZ5G1W/cXtgNBxcHEBvJW6xl2Y0y1XriXQIQHLyovXArRtq/xVbWxrA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19931,13 +20043,13 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-tokenbridge": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-tokenbridge/-/sdk-evm-tokenbridge-1.3.0-beta.2.tgz", - "integrity": "sha512-2SoTNqMeTGCZRNFPIAc8mC7FXF49Rx58CPGBsIleZAFpE7LX8L1b6riuxo0BYvSr1+fcodc5FAwfFGfTneQPXw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-tokenbridge/-/sdk-evm-tokenbridge-1.3.0-beta.3.tgz", + "integrity": "sha512-PdDeQZXV8Qa8+5UysecTMCCq7SMr0HqjSvf/ZirrcF4v/bbWmgPwbqo+2a5yidCyQFPxEiaawcFLTSWGr4qkgA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm": "1.3.0-beta.2", - "@wormhole-foundation/sdk-evm-core": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm": "1.3.0-beta.3", + "@wormhole-foundation/sdk-evm-core": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19945,12 +20057,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -19958,11 +20070,11 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-evm-tokenbridge/node_modules/@wormhole-foundation/sdk-evm": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.2.tgz", - "integrity": "sha512-O0JqEtnkFKudSUoKm/+Ve1/vrVdpC5N9pu0eI2ESzlhDssSQvY4LLhxc0xWsIcmh+iVGvFIip6vK+HwWAW0fSw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.3.tgz", + "integrity": "sha512-I4DS1JXrLvUstjVUn0iZQpqbTrEU3gKmZ5G1W/cXtgNBxcHEBvJW6xl2Y0y1XriXQIQHLyovXArRtq/xVbWxrA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -19970,15 +20082,15 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-cctp": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-cctp/-/sdk-solana-cctp-1.3.0-beta.2.tgz", - "integrity": "sha512-sBK1/P+W9cBCppvgp/e8haxiilvqo3vm8KDt90takHkTAR3qLDlXI8ArAc/djxl5IyqeNIQX8mrBlzeMdHG/zQ==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-cctp/-/sdk-solana-cctp-1.3.0-beta.3.tgz", + "integrity": "sha512-ukJ8tyYgSAyYNreim5XfE0Sq6XCJ1l076ycxwoM5/xI2ikD1wuT+fNeoJq3OLvgthvWfATieh/Rzma1HAhIsYQ==", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana": "1.3.0-beta.3" }, "engines": { "node": ">=16" @@ -20000,12 +20112,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-cctp/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -20013,15 +20125,15 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-cctp/node_modules/@wormhole-foundation/sdk-solana": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.2.tgz", - "integrity": "sha512-fIpuQUP6MbY41UQrtAQRomzGVB6hP0FwV77wjm4oqTxY7VPHbqjPbxQiF/8cQpeO5CjUXsr3LEYbnUPkyQMHtg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.3.tgz", + "integrity": "sha512-/C2k3gl3dRpE6nTjrLgJygCJLWm8j2TIZCskGBa45Txp5NPVk0sLK7S3oDK2wWzIiYBURTSfpFaxrrcFqR+2yQ==", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "rpc-websockets": "^7.10.0" }, "engines": { @@ -20029,15 +20141,15 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-core": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-core/-/sdk-solana-core-1.3.0-beta.2.tgz", - "integrity": "sha512-xgpkFddOENf5xvO+8hXAQWZ+dgcHuOs5QFrUvSKu2rdTRLIx6aX0e1unW2CNgaIZqVq4akktO0uvGqMlrP0BaQ==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-core/-/sdk-solana-core-1.3.0-beta.3.tgz", + "integrity": "sha512-B+0L22FUcAxxwO7iBt1aCqD60/Zb2e7GSxVU3Fh1EDrqNkQfqJHkJ96Wy+lH3jwSJR/wgntGacD3FDn2fKl56w==", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana": "1.3.0-beta.3" }, "engines": { "node": ">=16" @@ -20059,12 +20171,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -20072,15 +20184,15 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-core/node_modules/@wormhole-foundation/sdk-solana": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.2.tgz", - "integrity": "sha512-fIpuQUP6MbY41UQrtAQRomzGVB6hP0FwV77wjm4oqTxY7VPHbqjPbxQiF/8cQpeO5CjUXsr3LEYbnUPkyQMHtg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.3.tgz", + "integrity": "sha512-/C2k3gl3dRpE6nTjrLgJygCJLWm8j2TIZCskGBa45Txp5NPVk0sLK7S3oDK2wWzIiYBURTSfpFaxrrcFqR+2yQ==", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "rpc-websockets": "^7.10.0" }, "engines": { @@ -20088,16 +20200,16 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-tokenbridge": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-tokenbridge/-/sdk-solana-tokenbridge-1.3.0-beta.2.tgz", - "integrity": "sha512-kvIw/z9B0yvNqumsCV3idvke3zv2wgrm73ohApunEfL8Gu2nhoZfP4AnIzaFvoPA1UNs6fUiHc9msSOGNOxlgw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-tokenbridge/-/sdk-solana-tokenbridge-1.3.0-beta.3.tgz", + "integrity": "sha512-PLekAYlc1DBSO7/f1fGmOTEeHl725chibx+C6Ihy1d5iR1RBwZG9PGbBw9g8fHJISVVvPs6fRPCcHvi5vWwH2w==", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana": "1.3.0-beta.2", - "@wormhole-foundation/sdk-solana-core": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana": "1.3.0-beta.3", + "@wormhole-foundation/sdk-solana-core": "1.3.0-beta.3" }, "engines": { "node": ">=16" @@ -20119,12 +20231,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -20132,15 +20244,15 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-solana-tokenbridge/node_modules/@wormhole-foundation/sdk-solana": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.2.tgz", - "integrity": "sha512-fIpuQUP6MbY41UQrtAQRomzGVB6hP0FwV77wjm4oqTxY7VPHbqjPbxQiF/8cQpeO5CjUXsr3LEYbnUPkyQMHtg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.3.tgz", + "integrity": "sha512-/C2k3gl3dRpE6nTjrLgJygCJLWm8j2TIZCskGBa45Txp5NPVk0sLK7S3oDK2wWzIiYBURTSfpFaxrrcFqR+2yQ==", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "rpc-websockets": "^7.10.0" }, "engines": { @@ -20148,25 +20260,25 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-sui": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-1.3.0-beta.2.tgz", - "integrity": "sha512-w0pdBpQtGAl+vsAhsJWXO9lBC3co2PRLHwIWAxKUldZoHoxWF4bJkfZbFWlsDTt6KjSXuMea9pH+IT1y1orveQ==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-1.3.0-beta.3.tgz", + "integrity": "sha512-ERSu+/f6362GMx9w96D4WDvpf33ObE7SfotEYAHSJom03UXz4zHfCvfFw74G/gnaL9S9X85SJVmXQVquDH/0qA==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-sui-core": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-1.3.0-beta.2.tgz", - "integrity": "sha512-ivScG5zNkuG6ZiXxtNr88S9bwkx9yYFIRVzA4KAR+zIAUIyw4ciZu9TTCYOMoJRq/ojhZj0YdOpDQouryoXsqQ==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-1.3.0-beta.3.tgz", + "integrity": "sha512-iAwLWo/gGQtgHmDiobHvyT3XuO6wb+n9xe2c/OKWnmGdVrv90bYbCNgolzY4iFw2Ls6xbTQMkyaqmn7wZ3d97A==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-sui": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui": "1.3.0-beta.3" }, "engines": { "node": ">=16" @@ -20227,12 +20339,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-sui-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -20253,14 +20365,14 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-sui-tokenbridge": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-1.3.0-beta.2.tgz", - "integrity": "sha512-9GBLlEQ0lgqTj7gpzOsrP1FTz9IbqJ4XQqqrsuNDCCkbdHja1jQh0fH95yOPZoZDopGOfWOv2/rzb6t5vUsdBw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-1.3.0-beta.3.tgz", + "integrity": "sha512-CGAc/NPy1Rk6ynpYIBZcP3uAaHpASuVPI21h3+mqbMMAsIzDQ9f3p8VV8bOTRoTQ+YEKgglOqcThZMzGVUGmqA==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", - "@wormhole-foundation/sdk-sui": "1.3.0-beta.2", - "@wormhole-foundation/sdk-sui-core": "1.3.0-beta.2" + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui": "1.3.0-beta.3", + "@wormhole-foundation/sdk-sui-core": "1.3.0-beta.3" }, "engines": { "node": ">=16" @@ -20321,12 +20433,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-sui-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -20401,12 +20513,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk-sui/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -20442,12 +20554,12 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.2.tgz", - "integrity": "sha512-/QNumv47oFcm4Y9Ijr4tJjn36rFxbyunsWNLBu4j9kvR4OmxI+jWoPHxMF3kUCLyXxNQWIfGa/V2V8dINa/vxA==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0-beta.3.tgz", + "integrity": "sha512-8Metv+O+HzUVAFzY4JfwL/4R5dTmNTmy6q6ZTqo6YkPmm5tCc7XHSXLqhwVwENMqvFVraXvwzTpuqAqOEsA7wg==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0-beta.2", - "@wormhole-foundation/sdk-definitions": "1.3.0-beta.2", + "@wormhole-foundation/sdk-base": "1.3.0-beta.3", + "@wormhole-foundation/sdk-definitions": "1.3.0-beta.3", "axios": "^1.4.0" }, "engines": { @@ -20455,11 +20567,11 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk/node_modules/@wormhole-foundation/sdk-evm": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.2.tgz", - "integrity": "sha512-O0JqEtnkFKudSUoKm/+Ve1/vrVdpC5N9pu0eI2ESzlhDssSQvY4LLhxc0xWsIcmh+iVGvFIip6vK+HwWAW0fSw==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0-beta.3.tgz", + "integrity": "sha512-I4DS1JXrLvUstjVUn0iZQpqbTrEU3gKmZ5G1W/cXtgNBxcHEBvJW6xl2Y0y1XriXQIQHLyovXArRtq/xVbWxrA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "ethers": "^6.5.1" }, "engines": { @@ -20467,15 +20579,15 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect/node_modules/@wormhole-foundation/sdk/node_modules/@wormhole-foundation/sdk-solana": { - "version": "1.3.0-beta.2", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.2.tgz", - "integrity": "sha512-fIpuQUP6MbY41UQrtAQRomzGVB6hP0FwV77wjm4oqTxY7VPHbqjPbxQiF/8cQpeO5CjUXsr3LEYbnUPkyQMHtg==", + "version": "1.3.0-beta.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0-beta.3.tgz", + "integrity": "sha512-/C2k3gl3dRpE6nTjrLgJygCJLWm8j2TIZCskGBa45Txp5NPVk0sLK7S3oDK2wWzIiYBURTSfpFaxrrcFqR+2yQ==", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.8", - "@wormhole-foundation/sdk-connect": "1.3.0-beta.2", + "@wormhole-foundation/sdk-connect": "1.3.0-beta.3", "rpc-websockets": "^7.10.0" }, "engines": { diff --git a/apps/connect/package.json b/apps/connect/package.json index b21158e3..3774f171 100644 --- a/apps/connect/package.json +++ b/apps/connect/package.json @@ -31,7 +31,7 @@ "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", "@wormhole-foundation/sdk": "^1.0.0", - "@wormhole-foundation/wormhole-connect": "^1.1.8-beta.2-development", + "@wormhole-foundation/wormhole-connect": "^1.1.9-beta.0-development", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6", From 3b9dc375e30528dde1f58649f1b94910ab2a6a15 Mon Sep 17 00:00:00 2001 From: yuli-ferna Date: Tue, 17 Dec 2024 11:05:49 -0400 Subject: [PATCH 2/2] USDC bridge Sui --- apps/connect/src/env/usdc-bridge.mainnet.ts | 1 + apps/connect/src/env/usdc-bridge.testnet.ts | 1 + apps/connect/src/env/usdc-bridge.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/apps/connect/src/env/usdc-bridge.mainnet.ts b/apps/connect/src/env/usdc-bridge.mainnet.ts index 41fd8255..d913e1cb 100644 --- a/apps/connect/src/env/usdc-bridge.mainnet.ts +++ b/apps/connect/src/env/usdc-bridge.mainnet.ts @@ -17,6 +17,7 @@ export const ENV: Env = { "Base", "Polygon", "Solana", + "Sui", ], } ), diff --git a/apps/connect/src/env/usdc-bridge.testnet.ts b/apps/connect/src/env/usdc-bridge.testnet.ts index fffe6255..647d1123 100644 --- a/apps/connect/src/env/usdc-bridge.testnet.ts +++ b/apps/connect/src/env/usdc-bridge.testnet.ts @@ -16,6 +16,7 @@ export const ENV: Env = { "BaseSepolia", "PolygonSepolia", "Solana", + "Sui", ], } ), diff --git a/apps/connect/src/env/usdc-bridge.ts b/apps/connect/src/env/usdc-bridge.ts index 3eeedaf5..13cd5ef3 100644 --- a/apps/connect/src/env/usdc-bridge.ts +++ b/apps/connect/src/env/usdc-bridge.ts @@ -49,6 +49,7 @@ export const ENV: Env = { "USDCbase", "USDCpolygon", "USDCsol", + "USDCsui", ], } ),