diff --git a/common/src/consts.ts b/common/src/consts.ts index e9382822..c887c503 100644 --- a/common/src/consts.ts +++ b/common/src/consts.ts @@ -88,6 +88,7 @@ export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: NetworkChainBlockMap Worldchain: '4487948', // Block of contract creation MonadDevnet: '3670467', // Block of contract creation Ink: '1907965', // Block of contract creation + HyperEVM: '13743181', // Block of contract creation }, ['Devnet']: {}, }; diff --git a/common/src/explorer.ts b/common/src/explorer.ts index a036136e..c4ebb0f8 100644 --- a/common/src/explorer.ts +++ b/common/src/explorer.ts @@ -142,6 +142,8 @@ export const explorerBlock = (network: Network, chainId: ChainId, block: string) ? `${process.env.MONAD_DEVNET_EXPLORER_URL}/block/${block}` : chainId === chainToChainId('Ink') ? `https://explorer-sepolia.inkonchain.com/block/${block}` + : chainId === chainToChainId('HyperEVM') + ? `https://testnet.purrsec.com/block/${block}` : // : chainId === chainToChainId('Wormscan') <-- not supported on testnet dashboard ''; @@ -279,6 +281,8 @@ export const explorerTx = (network: Network, chainId: ChainId, tx: string) => ? `${process.env.MONAD_DEVNET_EXPLORER_URL}/tx/${tx}` : chainId === chainToChainId('Ink') ? `https://explorer-sepolia.inkonchain.com/tx/${tx}` + : chainId === chainToChainId('HyperEVM') + ? `https://testnet.purrsec.com/tx/${tx}` : // chainId === chainToChainId('Wormscan') <-- not supported on testnet dashboard ''; diff --git a/dashboard/package.json b/dashboard/package.json index 597887d9..de5faca2 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "@types/node": "^18.6.4", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", - "@wormhole-foundation/sdk-icons": "^1.3.0", + "@wormhole-foundation/sdk-icons": "^1.3.1", "buffer": "^6.0.3", "numeral": "^2.0.6", "react": "^18.2.0", diff --git a/database/package.json b/database/package.json index cf49a08a..9a62084d 100644 --- a/database/package.json +++ b/database/package.json @@ -15,7 +15,7 @@ "@injectivelabs/sdk-ts": "^1.0.368", "@mysten/sui.js": "^0.50.1", "@terra-money/terra.js": "^3.1.3", - "@wormhole-foundation/sdk": "^1.3.0", + "@wormhole-foundation/sdk": "^1.3.1", "@xpla/xpla.js": "^0.2.3", "aptos": "1.5.0", "dotenv": "^16.0.3", diff --git a/package-lock.json b/package-lock.json index 7fe2e9bd..15d2c51f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,13 +16,13 @@ ], "dependencies": { "@google-cloud/functions-framework": "^3.4.0", - "@wormhole-foundation/sdk-base": "^1.3.0", - "@wormhole-foundation/sdk-definitions": "^1.3.0", - "@wormhole-foundation/sdk-evm": "^1.3.0", - "@wormhole-foundation/sdk-evm-core": "^1.3.0", - "@wormhole-foundation/sdk-icons": "^1.3.0", - "@wormhole-foundation/sdk-solana": "^1.3.0", - "@wormhole-foundation/sdk-solana-core": "^1.3.0", + "@wormhole-foundation/sdk-base": "^1.3.1", + "@wormhole-foundation/sdk-definitions": "^1.3.1", + "@wormhole-foundation/sdk-evm": "^1.3.1", + "@wormhole-foundation/sdk-evm-core": "^1.3.1", + "@wormhole-foundation/sdk-icons": "^1.3.1", + "@wormhole-foundation/sdk-solana": "^1.3.1", + "@wormhole-foundation/sdk-solana-core": "^1.3.1", "axios": "^1.5.0" }, "devDependencies": { @@ -167,7 +167,7 @@ "@types/node": "^18.6.4", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", - "@wormhole-foundation/sdk-icons": "^1.3.0", + "@wormhole-foundation/sdk-icons": "^1.3.1", "buffer": "^6.0.3", "numeral": "^2.0.6", "react": "^18.2.0", @@ -201,7 +201,7 @@ "@injectivelabs/sdk-ts": "^1.0.368", "@mysten/sui.js": "^0.50.1", "@terra-money/terra.js": "^3.1.3", - "@wormhole-foundation/sdk": "^1.3.0", + "@wormhole-foundation/sdk": "^1.3.1", "@xpla/xpla.js": "^0.2.3", "aptos": "1.5.0", "dotenv": "^16.0.3", @@ -9549,47 +9549,47 @@ "integrity": "sha512-4AOeU+P5UuE/4nOUkmcQdW5y7i9ndt1cQd/3iUe+LTz3RxESf/W/5lg4B74HbDMMv8PHnPnGCQFH45kBcrQYoQ==" }, "node_modules/@wormhole-foundation/sdk": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk/-/sdk-1.3.0.tgz", - "integrity": "sha512-I7cW+r9ss/wLl8VfU/pj7NxTlx4VJW2yLURXz8LpWkBO7hA0fzx8OWGTyxZrOIHH4JdCKF97in1jVbMwdsqTRg==", - "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.0", - "@wormhole-foundation/sdk-algorand-core": "1.3.0", - "@wormhole-foundation/sdk-algorand-tokenbridge": "1.3.0", - "@wormhole-foundation/sdk-aptos": "1.3.0", - "@wormhole-foundation/sdk-aptos-core": "1.3.0", - "@wormhole-foundation/sdk-aptos-tokenbridge": "1.3.0", - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0", - "@wormhole-foundation/sdk-cosmwasm-core": "1.3.0", - "@wormhole-foundation/sdk-cosmwasm-ibc": "1.3.0", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", - "@wormhole-foundation/sdk-evm": "1.3.0", - "@wormhole-foundation/sdk-evm-cctp": "1.3.0", - "@wormhole-foundation/sdk-evm-core": "1.3.0", - "@wormhole-foundation/sdk-evm-portico": "1.3.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.0", - "@wormhole-foundation/sdk-solana": "1.3.0", - "@wormhole-foundation/sdk-solana-cctp": "1.3.0", - "@wormhole-foundation/sdk-solana-core": "1.3.0", - "@wormhole-foundation/sdk-solana-tokenbridge": "1.3.0", - "@wormhole-foundation/sdk-sui": "1.3.0", - "@wormhole-foundation/sdk-sui-cctp": "1.3.0", - "@wormhole-foundation/sdk-sui-core": "1.3.0", - "@wormhole-foundation/sdk-sui-tokenbridge": "1.3.0" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk/-/sdk-1.3.1.tgz", + "integrity": "sha512-DWXHFiAlUb4lQTTJpOa66doFnWQiERLIVivytJlb/ZLu/MvvxyPP59N4OSX4hKcwPfktuwJGrkJbMaj9EUO9Tg==", + "dependencies": { + "@wormhole-foundation/sdk-algorand": "1.3.1", + "@wormhole-foundation/sdk-algorand-core": "1.3.1", + "@wormhole-foundation/sdk-algorand-tokenbridge": "1.3.1", + "@wormhole-foundation/sdk-aptos": "1.3.1", + "@wormhole-foundation/sdk-aptos-core": "1.3.1", + "@wormhole-foundation/sdk-aptos-tokenbridge": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm-core": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm-ibc": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-evm": "1.3.1", + "@wormhole-foundation/sdk-evm-cctp": "1.3.1", + "@wormhole-foundation/sdk-evm-core": "1.3.1", + "@wormhole-foundation/sdk-evm-portico": "1.3.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.1", + "@wormhole-foundation/sdk-solana": "1.3.1", + "@wormhole-foundation/sdk-solana-cctp": "1.3.1", + "@wormhole-foundation/sdk-solana-core": "1.3.1", + "@wormhole-foundation/sdk-solana-tokenbridge": "1.3.1", + "@wormhole-foundation/sdk-sui": "1.3.1", + "@wormhole-foundation/sdk-sui-cctp": "1.3.1", + "@wormhole-foundation/sdk-sui-core": "1.3.1", + "@wormhole-foundation/sdk-sui-tokenbridge": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-algorand": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand/-/sdk-algorand-1.3.0.tgz", - "integrity": "sha512-bL+KLGhwdh/AI4kTBW+U2kzA11jrAivJkoTRDmJw/YZ0/Ws2hiUCDPfWBmLn6cNQ1UjWB0if1pFqQkfycgJkVg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand/-/sdk-algorand-1.3.1.tgz", + "integrity": "sha512-rpM0oZowoiclRK45RX94w3v71bMY6NLsitg7oULp/1V4z8MRDcuPH+mOZPOl3hYJWs01x/SuBpPqtzIq+uSH9Q==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", "algosdk": "2.7.0" }, "engines": { @@ -9597,24 +9597,24 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand-core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-core/-/sdk-algorand-core-1.3.0.tgz", - "integrity": "sha512-qa1qZLwU9teems93krST74eH9eDu5dSoiOU8C4ndBl1KIuPs1vgmWMJDPApNdW+QMIniLiiX6hAWyV2YFaNVWw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-core/-/sdk-algorand-core-1.3.1.tgz", + "integrity": "sha512-hdEYqC++ha4iUJas6RnEwfdyL/IuqRpLLZMjipSZAbKoaNRsHTd1rR85vcrGfmNUl/Zow4QYykyR15/7P+CX3A==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.0", - "@wormhole-foundation/sdk-connect": "1.3.0" + "@wormhole-foundation/sdk-algorand": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-algorand-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9622,25 +9622,25 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand-tokenbridge": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-tokenbridge/-/sdk-algorand-tokenbridge-1.3.0.tgz", - "integrity": "sha512-7OUmRZD7E7GGZBfTkCXufBQKaxHmoRX0w5MTx10LDRRAg/1Q6oxB+bnsLE3YDDo+qr3HZZmadiNW0A8UGau4kw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-tokenbridge/-/sdk-algorand-tokenbridge-1.3.1.tgz", + "integrity": "sha512-4Dmd79nggKtVm430tb3R/qBTn9VJ1fOppFV3I2ObUHE4veVVaxa6/UxjJIKRVUGy1F0Ndr4HTugIkW5eoHRkeQ==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.0", - "@wormhole-foundation/sdk-algorand-core": "1.3.0", - "@wormhole-foundation/sdk-connect": "1.3.0" + "@wormhole-foundation/sdk-algorand": "1.3.1", + "@wormhole-foundation/sdk-algorand-core": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-algorand-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9648,12 +9648,12 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9661,11 +9661,11 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-1.3.0.tgz", - "integrity": "sha512-r32t/ceQzu8Fo8JCbidPJyM/Hd/RZG4OFB1swtmRe5Gr8vGoh3PrbDVaBukrnT7r/f6cudau37NI2GYlsXtD5A==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-1.3.1.tgz", + "integrity": "sha512-Ro/sU3D+06tAMvFdjyvGLsFfTQbwFW9aELPQ1jpnnxRpAI6Y8Xr6emhvH1LyY6MocIH2Fh6eGzBgLjtrJ5rtvw==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", "aptos": "1.21.0" }, "engines": { @@ -9673,24 +9673,24 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos-core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-core/-/sdk-aptos-core-1.3.0.tgz", - "integrity": "sha512-fZvv3V8KUtljqNJNXxdqFFadfQoWq93VQSQ6pICAdCMeM62k31S+9m/mj7WJ+ctfp66fMZGbUejWVBVq7RKJ8Q==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-core/-/sdk-aptos-core-1.3.1.tgz", + "integrity": "sha512-/YwkGQqrhKQLxT0vN8cVwsnsgKdh8uSjUO8sGYA/6AMoEpbpNw7V6xF0yXVVln0HdNdgmMRXRgDmDYDxyIbN6Q==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "1.3.0", - "@wormhole-foundation/sdk-connect": "1.3.0" + "@wormhole-foundation/sdk-aptos": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-aptos-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9698,24 +9698,24 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos-tokenbridge": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-tokenbridge/-/sdk-aptos-tokenbridge-1.3.0.tgz", - "integrity": "sha512-OsFNmjGH/37qOOwGt8m2NN7lZAk21QLLrjmI79BQ2Dq6TeQaQHtBwoK39aC/7P7RIGFU7cylA3I6iwWcDAH48Q==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-tokenbridge/-/sdk-aptos-tokenbridge-1.3.1.tgz", + "integrity": "sha512-FU8dvd/2dFEGnooZ72OBbza5AXBzOMwOU5uZZ4vvNiudcrsbqVyALKSbHQ3X4zE15B0t+s5xoTeujzfKkaLxXQ==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "1.3.0", - "@wormhole-foundation/sdk-connect": "1.3.0" + "@wormhole-foundation/sdk-aptos": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-aptos-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9746,12 +9746,12 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9781,9 +9781,9 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" }, "node_modules/@wormhole-foundation/sdk-base": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-1.3.0.tgz", - "integrity": "sha512-/QpnDN6WBOOZC0mkeEmUWbUv/gLRY5aEl1U1mYXIInglSvIlARzFJtcFhxiuKMOZfufXM81j4G1XsZAWzff6lQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-1.3.1.tgz", + "integrity": "sha512-rA1rh0wV230KBH2Kj4ZUsYFNRFcBpVGKpgJWLtgjezRt0JGH+OI3aL2trSbvFyxulIuZ3Ne75agFXFcAjGJEAQ==", "dependencies": { "@scure/base": "^1.1.3", "binary-layout": "^1.0.3" @@ -9821,15 +9821,15 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm/-/sdk-cosmwasm-1.3.0.tgz", - "integrity": "sha512-RkokeW17BF1WhzN1+Iwh/g+PX3ThXYP2DhKh1BjlV5GD0sL6ts2EDos5IGa5mEqaCB0C3DYXi1fFtXy9oMXP3w==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm/-/sdk-cosmwasm-1.3.1.tgz", + "integrity": "sha512-tz/ClUAco6oJz14TmTIv6L4UQ5JmKkSVQZ8DdMiBogBbh+YpVGciPkXckw9Qh3ZUGbOyukUv1iBMwRGybsmIZw==", "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", + "@wormhole-foundation/sdk-connect": "1.3.1", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9837,15 +9837,15 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-core/-/sdk-cosmwasm-core-1.3.0.tgz", - "integrity": "sha512-gBEOU9OKszhUvuR2ev0kWBb0Cwk5B7GVCInRL3SebGY33y6IuNM1/ZEenkmfB9eYcE6yX8btGI2eukHCNBfRrg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-core/-/sdk-cosmwasm-core-1.3.1.tgz", + "integrity": "sha512-k4XCiOKURGvj/NoFF7LHYwgpzT7y4aWkVeLRAm5RrPvvuiGQhXKgMnj8W2AXdjysSnqMkQEcj6+wijAk8oym0w==", "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", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm": "1.3.1" }, "engines": { "node": ">=16" @@ -9869,12 +9869,12 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9882,16 +9882,16 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-ibc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-ibc/-/sdk-cosmwasm-ibc-1.3.0.tgz", - "integrity": "sha512-gkX5Dh6k08wybVYWqca0d79lkdXhgkIJjmRlKL7rYf22I3d3MT5F5nFbevx+w5GRig+DgsUCe0iJX6ks0xNxmQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-ibc/-/sdk-cosmwasm-ibc-1.3.1.tgz", + "integrity": "sha512-wbjKd0kE0nbVdzXMJUpSyIvQ/26E82ZW6N7IUR4EaTCz7GU6UhLusEp4o7uX+h4IpTAAX2Gu8Dz/40NP6M0DNg==", "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", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0", - "@wormhole-foundation/sdk-cosmwasm-core": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm-core": "1.3.1", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9916,12 +9916,12 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-ibc/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9929,14 +9929,14 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-tokenbridge": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-tokenbridge/-/sdk-cosmwasm-tokenbridge-1.3.0.tgz", - "integrity": "sha512-PKx5CeAhl9hJIwBVgFuC6LG8TUtXxt/E2DG1DHgxpQwpAEObm2apv6kk7GPVBTOYfmqAHnoL/2ldL0TjTdeV/Q==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-tokenbridge/-/sdk-cosmwasm-tokenbridge-1.3.1.tgz", + "integrity": "sha512-Yomz2/9TZJg7IXdHZxHFdiuBg5aSYuo/fvJ+8x4AgBeigYttTIFZXxFfEoXpvOQe+PbAeTkdfFBh4WO1W6yA5g==", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-cosmwasm": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-cosmwasm": "1.3.1" }, "engines": { "node": ">=16" @@ -9960,12 +9960,12 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -9990,12 +9990,12 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10003,13 +10003,13 @@ } }, "node_modules/@wormhole-foundation/sdk-definitions": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-1.3.0.tgz", - "integrity": "sha512-b5MSL10prMr9oH5gdgDlE8ZpNu1lhTd428FHOMCKlpMbdp3sTCu86TZkpc0lxlV+0s99LdAzMIZf7qW1AmcbBA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-1.3.1.tgz", + "integrity": "sha512-yXa2t15GzwLmyam0uuoFPl1vkFY+ZkSWpGH3TU1J6aOfE0xZjP1mCGxNUHrA96H/mxAKNzI3jE6VIuGf+J7Y1g==", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "1.3.0" + "@wormhole-foundation/sdk-base": "1.3.1" } }, "node_modules/@wormhole-foundation/sdk-definitions-ntt": { @@ -10041,11 +10041,11 @@ } }, "node_modules/@wormhole-foundation/sdk-evm": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.0.tgz", - "integrity": "sha512-aNwGJz8GDgS3Y6ELcrSnn6Z6khIMm1mFoZFgYVsnveCsrIIZPPvSZa5AKZW5UtUL5EhLTzqi3vzAMz3XtMUzBw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.1.tgz", + "integrity": "sha512-kMwQbDL0OzXRt/0ZfxOd1k8Gt8yPiNOooBsKvI3hH+eKmZmX1JmikJKCiZKAWzLHqinrc+eIQEpEYXD/KH7Ujg==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", "ethers": "^6.5.1" }, "engines": { @@ -10053,12 +10053,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-cctp": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-1.3.0.tgz", - "integrity": "sha512-Sg9UdU9lzjzoudYcmyryRnItQ6LNC+Wk+FBAaF4Pyo3k3pKiQmpAn6/jzzH4zveNQzPuO0/c7dPswKk1730hzw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-1.3.1.tgz", + "integrity": "sha512-WctvSUB3ZabYVlPPpPhvxbrxnSx3fpWnQVOAZwEXzlknyXk164cfqImhHifKzn0WLsp27YjgeyJpAMNBGrlZvg==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-evm": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-evm": "1.3.1", "ethers": "^6.5.1" }, "engines": { @@ -10096,12 +10096,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-cctp/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10166,12 +10166,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-core/-/sdk-evm-core-1.3.0.tgz", - "integrity": "sha512-V0/C/2SH8aIZ81Hn7ntP+CzYv+cmwhMYM8qEV+05hMrt1A5waKxgqSNavzQwDyG9O6XvV0DEJ3ZNFTk+OjfUUg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-core/-/sdk-evm-core-1.3.1.tgz", + "integrity": "sha512-JX+Ww6eF7yIidU3PQ/mDaDsx18gFIFIbf9XZEfgvlXyCLvzDTW+/SwSqRuDNmes+SA+UNP/A6A2yH+YI1SXyEA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-evm": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-evm": "1.3.1", "ethers": "^6.5.1" }, "engines": { @@ -10209,12 +10209,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10434,14 +10434,14 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-portico": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-portico/-/sdk-evm-portico-1.3.0.tgz", - "integrity": "sha512-6dQHWDy/dbGssiwiPEuRAjm2fqRL9BPGLrpKvPuSeYgRdZ3oEPp/5aXNpONdLodEvo2Q8vKsx6ChXsjnTuOG7w==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-portico/-/sdk-evm-portico-1.3.1.tgz", + "integrity": "sha512-JOOidjGoZQvTjLNQ6WSNeL8CzrSXJn5MMjGvKHz4tnsRhpxRnYXOMqphXoI1BC8qa+4iTJquZKFyyd56J0h/gw==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-evm": "1.3.0", - "@wormhole-foundation/sdk-evm-core": "1.3.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-evm": "1.3.1", + "@wormhole-foundation/sdk-evm-core": "1.3.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.1", "ethers": "^6.5.1" }, "engines": { @@ -10479,12 +10479,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-portico/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10549,13 +10549,13 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-tokenbridge": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-tokenbridge/-/sdk-evm-tokenbridge-1.3.0.tgz", - "integrity": "sha512-s7mq84tNdribFSPUjAdTNLQahqqeTHO95K10Z8xvH785YWPAlNK5hdyItvEcZonHJl2wcaQMtvYXDErI6SDLgQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-tokenbridge/-/sdk-evm-tokenbridge-1.3.1.tgz", + "integrity": "sha512-zQuiN27AT9amV5LqOf+KzvMwHz+8VoXjV+98t6ewHkT0UXpgjZcp5yOb/XlF0tfMom/6E0Fg5r55ozPMtT7g6w==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-evm": "1.3.0", - "@wormhole-foundation/sdk-evm-core": "1.3.0", + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-evm": "1.3.1", + "@wormhole-foundation/sdk-evm-core": "1.3.1", "ethers": "^6.5.1" }, "engines": { @@ -10593,12 +10593,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10690,12 +10690,12 @@ "integrity": "sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==" }, "node_modules/@wormhole-foundation/sdk-evm/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10760,23 +10760,23 @@ } }, "node_modules/@wormhole-foundation/sdk-icons": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-icons/-/sdk-icons-1.3.0.tgz", - "integrity": "sha512-yz2e8eVhG8+FN3GItiJDmFKjviz3O8hjNZZEsOJXQgy4DoQbvRz3gGSZTrHllQDkEIo7A4liSG2Qf7u1hzyV2Q==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-icons/-/sdk-icons-1.3.1.tgz", + "integrity": "sha512-wEg/lfP6x1JK58q7vXUPPf44wxN+Sc7jn1EoLyhIvDj/gJvMo/4dAUnn/JcVdUdH7GgRCXykW/SCMN/y5sbN/w==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0" + "@wormhole-foundation/sdk-base": "1.3.1" } }, "node_modules/@wormhole-foundation/sdk-solana": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.0.tgz", - "integrity": "sha512-oh7uCk5l3YWZiLvfqP+9lg5pOj6b/wrHBIPLbWQ5gfLS0ORiDT9wD0rH8DdMrSvny5XYZY+podtT2dBigbc9zA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.1.tgz", + "integrity": "sha512-o4Z7oGxfr4M1Cf47/S+8Ib6SzLd+MYGYucMKjBQ1VxlkxfE8Jc7DkYPLh5DC73ZeyR2Rtsqq338d+0DaK+J6MQ==", "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", + "@wormhole-foundation/sdk-connect": "1.3.1", "rpc-websockets": "^7.10.0" }, "engines": { @@ -10784,27 +10784,27 @@ } }, "node_modules/@wormhole-foundation/sdk-solana-cctp": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-cctp/-/sdk-solana-cctp-1.3.0.tgz", - "integrity": "sha512-vrFDNzy312vd3j5+HGPrcfxi5X9JQdMN0fdeUSKvhCZlRPDu/BFJXIWwq8UEvNIFPfgtx4hv1ih/Wz8jtSofiw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-cctp/-/sdk-solana-cctp-1.3.1.tgz", + "integrity": "sha512-8RbqZPy94nJ5YaY8DpnGu8j2h6Zx9z53c3hAVPNdwUBCetpEXRuVOSjNHiCuVg2oiiLinTFxTmYOuAhGqOwv9A==", "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", - "@wormhole-foundation/sdk-solana": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-solana": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-solana-cctp/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10812,27 +10812,27 @@ } }, "node_modules/@wormhole-foundation/sdk-solana-core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-core/-/sdk-solana-core-1.3.0.tgz", - "integrity": "sha512-elLxIDrdyFnDmfPuIpzkjrWWNiJy8dYq1GyVzERwBK/wKYAJ9AHFWP3CMYyUUXU/j3Oe0iMIhweK3ebHnlE77g==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-core/-/sdk-solana-core-1.3.1.tgz", + "integrity": "sha512-s9Azga1a58Skg8NBgfPAojOLJohaIZEPctkzK8gAJM0CWw1RaHGPruXZ8ad/PxKv4gvOaq0gEv56RGKUf/UUGw==", "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", - "@wormhole-foundation/sdk-solana": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-solana": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-solana-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -10979,28 +10979,28 @@ "integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ==" }, "node_modules/@wormhole-foundation/sdk-solana-tokenbridge": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-tokenbridge/-/sdk-solana-tokenbridge-1.3.0.tgz", - "integrity": "sha512-IhlprN9HU0kkXu8LRgIS0gKRvV3yEc0LYtVbdhJ/h8pRubWX2z2H9S5FPxsUGL4yWXIXIjCfnq4i67p8TCORyg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-tokenbridge/-/sdk-solana-tokenbridge-1.3.1.tgz", + "integrity": "sha512-QGCnKPjwNygVl6fhDGSNA7NEue+7iWbPRKGgcRCvVcrhSpO+/rlqB5TCMO+VB8zR9KWF/3yUIYkvFkm8+LTxsg==", "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", - "@wormhole-foundation/sdk-solana": "1.3.0", - "@wormhole-foundation/sdk-solana-core": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-solana": "1.3.1", + "@wormhole-foundation/sdk-solana-core": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-solana-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -11008,12 +11008,12 @@ } }, "node_modules/@wormhole-foundation/sdk-solana/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -11021,37 +11021,37 @@ } }, "node_modules/@wormhole-foundation/sdk-sui": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-1.3.0.tgz", - "integrity": "sha512-8TZG1JeK4YnMlWngwoaeWwpPNBh5YCHpltuoW5HkeX3H5GxZoNyjESOxwx00Yza7YKORzZJj0bwBraPjh3Hxtw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-1.3.1.tgz", + "integrity": "sha512-8dhfNftg1/y607+VWb6L2uvTeOzUiZiF8hwFm70LZ14jj72ycjLgUhyl2JYVbZaOFGwbMiSaehc0kySrGRfSpA==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-cctp": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-cctp/-/sdk-sui-cctp-1.3.0.tgz", - "integrity": "sha512-Dzgnlt20oKw+dgZSsI3uJohCGjLpU7rNpvp+ZKD/yz41pWGCvFyWUb83wZARPm1MhBQ5ZKUXF2MXJgwtPOeEmw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-cctp/-/sdk-sui-cctp-1.3.1.tgz", + "integrity": "sha512-meRs/z5J6ua+xRI1epA/kEsYJnNhP4Mlar5b5jxBQBrPi2HEm/CmfKCA1pvm7dQSKZsCAKnJRiYqwdklAKHhWw==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-sui": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-sui": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -11059,25 +11059,25 @@ } }, "node_modules/@wormhole-foundation/sdk-sui-core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-1.3.0.tgz", - "integrity": "sha512-m2NBG2JhxD88na2kuEY95ZtrJ/PQd0A0bP6mFJXGByh2io4kMM6Vi1sZvQNgXtHRu/NaSPvpwrB5TcqgNGcOwQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-1.3.1.tgz", + "integrity": "sha512-U6cvvowaMH268qnmPENTH5OVXi10BJokvye1D1W22XE+/RWRtn+Lo+cNZ7+Kgncrh6OgQBpGbcALG67cazX8sw==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-sui": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-sui": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-core/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -11085,26 +11085,26 @@ } }, "node_modules/@wormhole-foundation/sdk-sui-tokenbridge": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-1.3.0.tgz", - "integrity": "sha512-lbTZYo3WdUSUdfQ7pneZ8RonciPBtM2quiSgk0h6urw9wctkF7Lvbrq+I4yRouO8d1wP9/MrwvtPvqgP50YTXg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-1.3.1.tgz", + "integrity": "sha512-UxGVOFvF4fF7jnA72aRXs3XPTp0OzlOhhRt1ptqmcp0Crmi4Zx163jwzlEasgZljQFm4SXGZINRCojKqlr0eVw==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.0", - "@wormhole-foundation/sdk-sui": "1.3.0", - "@wormhole-foundation/sdk-sui-core": "1.3.0" + "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-sui": "1.3.1", + "@wormhole-foundation/sdk-sui-core": "1.3.1" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -11112,12 +11112,12 @@ } }, "node_modules/@wormhole-foundation/sdk-sui/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { @@ -11125,12 +11125,12 @@ } }, "node_modules/@wormhole-foundation/sdk/node_modules/@wormhole-foundation/sdk-connect": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.0.tgz", - "integrity": "sha512-+zgylQsdv+o9YjrxjOlGnJDMAZUh+h/4MzTBlAAFbuP8/1WvIi/EXRP+yUpWWX2FB5OkH+SXzrcrbiWLg+HmIg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", + "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.0", - "@wormhole-foundation/sdk-definitions": "1.3.0", + "@wormhole-foundation/sdk-base": "1.3.1", + "@wormhole-foundation/sdk-definitions": "1.3.1", "axios": "^1.4.0" }, "engines": { diff --git a/package.json b/package.json index 95aaf193..5ae5ff92 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ }, "dependencies": { "@google-cloud/functions-framework": "^3.4.0", - "@wormhole-foundation/sdk-base": "^1.3.0", - "@wormhole-foundation/sdk-definitions": "^1.3.0", - "@wormhole-foundation/sdk-evm": "^1.3.0", - "@wormhole-foundation/sdk-evm-core": "^1.3.0", - "@wormhole-foundation/sdk-icons": "^1.3.0", - "@wormhole-foundation/sdk-solana": "^1.3.0", - "@wormhole-foundation/sdk-solana-core": "^1.3.0", + "@wormhole-foundation/sdk-base": "^1.3.1", + "@wormhole-foundation/sdk-definitions": "^1.3.1", + "@wormhole-foundation/sdk-evm": "^1.3.1", + "@wormhole-foundation/sdk-evm-core": "^1.3.1", + "@wormhole-foundation/sdk-icons": "^1.3.1", + "@wormhole-foundation/sdk-solana": "^1.3.1", + "@wormhole-foundation/sdk-solana-core": "^1.3.1", "axios": "^1.5.0" } } diff --git a/watcher/src/consts.ts b/watcher/src/consts.ts index 55e120e2..c4bd4b1a 100644 --- a/watcher/src/consts.ts +++ b/watcher/src/consts.ts @@ -107,6 +107,7 @@ export const RPCS_BY_CHAIN: { [key in Network]: { [key in Chain]?: string } } = Worldchain: process.env.WORLDCHAIN_RPC || 'https://worldchain-sepolia.g.alchemy.com/public', MonadDevnet: process.env.MONAD_DEVNET_RPC, // TODO: There is no Monad Devnet public endpoint. Ink: process.env.INK_RPC || 'https://rpc-qnd-sepolia.inkonchain.com', + HyperEVM: process.env.HYPER_EVM_RPC || 'https://api.hyperliquid-testnet.xyz/evm', }, ['Devnet']: {}, }; diff --git a/watcher/src/index.ts b/watcher/src/index.ts index 2fdc2f2d..54e69c9a 100644 --- a/watcher/src/index.ts +++ b/watcher/src/index.ts @@ -58,6 +58,7 @@ const supportedChains: Chain[] = 'Worldchain', 'MonadDevnet', 'Ink', + 'HyperEVM', ] : [ // This is the list of chains supported in MAINNET. diff --git a/watcher/src/watchers/EVMWatcher.ts b/watcher/src/watchers/EVMWatcher.ts index 124f45ec..dd2b653d 100644 --- a/watcher/src/watchers/EVMWatcher.ts +++ b/watcher/src/watchers/EVMWatcher.ts @@ -52,6 +52,7 @@ export class EVMWatcher extends Watcher { chain === 'Worldchain' || chain === 'MonadDevnet' || chain === 'Ink' || + chain === 'HyperEVM' || chain === 'Xlayer' ) { this.maximumBatchSize = 10; diff --git a/watcher/src/watchers/utils.ts b/watcher/src/watchers/utils.ts index 46829ba1..9f0cce83 100644 --- a/watcher/src/watchers/utils.ts +++ b/watcher/src/watchers/utils.ts @@ -46,6 +46,7 @@ export function makeFinalizedWatcher(network: Network, chainName: Chain): Watche chainName === 'Worldchain' || chainName === 'MonadDevnet' || chainName === 'Ink' || + chainName === 'HyperEVM' || chainName === 'Base' ) { return new EVMWatcher(network, chainName);