From 3d6cbade2da615cb9fadea79835b5cabc2363191 Mon Sep 17 00:00:00 2001 From: Bruce Riley Date: Tue, 7 Jan 2025 13:22:34 -0600 Subject: [PATCH] Add Seievm support --- common/src/consts.ts | 1 + common/src/explorer.ts | 4 + dashboard/package.json | 2 +- database/package.json | 2 +- package-lock.json | 596 ++++++++++++++--------------- package.json | 14 +- watcher/src/consts.ts | 1 + watcher/src/index.ts | 1 + watcher/src/watchers/EVMWatcher.ts | 1 + watcher/src/watchers/utils.ts | 1 + 10 files changed, 316 insertions(+), 307 deletions(-) diff --git a/common/src/consts.ts b/common/src/consts.ts index c887c503..b87e9c6d 100644 --- a/common/src/consts.ts +++ b/common/src/consts.ts @@ -83,6 +83,7 @@ export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: NetworkChainBlockMap Wormchain: '4495661', PolygonSepolia: '2379275', Berachain: '1473347', + Seievm: '142153268', // Block of contract creation Snaxchain: '482557', Unichain: '254961', // Block of contract creation Worldchain: '4487948', // Block of contract creation diff --git a/common/src/explorer.ts b/common/src/explorer.ts index c4ebb0f8..96d27d1a 100644 --- a/common/src/explorer.ts +++ b/common/src/explorer.ts @@ -132,6 +132,8 @@ export const explorerBlock = (network: Network, chainId: ChainId, block: string) ? `https://sepolia.lineascan.build/block/${block}` : chainId === chainToChainId('Berachain') ? `https://bartio.beratrail.io/block/${block}` + : chainId === chainToChainId('Seievm') + ? `https://seitrace.com/block/${block}?chain=atlantic-2` : chainId === chainToChainId('Snaxchain') ? `https://explorer-snaxchain-s50q0kjngn.t.conduit.xyz/${block}` : chainId === chainToChainId('Unichain') @@ -271,6 +273,8 @@ export const explorerTx = (network: Network, chainId: ChainId, tx: string) => ? `https://sepolia.lineascan.build/tx/${tx}` : chainId === chainToChainId('Berachain') ? `https://bartio.beratrail.io/tx/${tx}` + : chainId === chainToChainId('Seievm') + ? `https://seitrace.com/tx/${tx}?chain=atlantic-2` : chainId === chainToChainId('Snaxchain') ? `https://explorer-snaxchain-s50q0kjngn.t.conduit.xyz/tx/${tx}` : chainId === chainToChainId('Unichain') diff --git a/dashboard/package.json b/dashboard/package.json index de5faca2..8d4514f2 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.1", + "@wormhole-foundation/sdk-icons": "^1.3.3", "buffer": "^6.0.3", "numeral": "^2.0.6", "react": "^18.2.0", diff --git a/database/package.json b/database/package.json index 9a62084d..c7eca8eb 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.1", + "@wormhole-foundation/sdk": "^1.3.3", "@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 15d2c51f..12440e23 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.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", + "@wormhole-foundation/sdk-base": "^1.3.3", + "@wormhole-foundation/sdk-definitions": "^1.3.3", + "@wormhole-foundation/sdk-evm": "^1.3.3", + "@wormhole-foundation/sdk-evm-core": "^1.3.3", + "@wormhole-foundation/sdk-icons": "^1.3.3", + "@wormhole-foundation/sdk-solana": "^1.3.3", + "@wormhole-foundation/sdk-solana-core": "^1.3.3", "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.1", + "@wormhole-foundation/sdk-icons": "^1.3.3", "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.1", + "@wormhole-foundation/sdk": "^1.3.3", "@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.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" + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk/-/sdk-1.3.3.tgz", + "integrity": "sha512-9Za7DrbVVrH+SnV4jrTAha0BrYtMUZIlISEUh4ItYgPe2AnuHlyNJRLxdrAOqWliAR6GeCU9VbpT41z74WumYA==", + "dependencies": { + "@wormhole-foundation/sdk-algorand": "1.3.3", + "@wormhole-foundation/sdk-algorand-core": "1.3.3", + "@wormhole-foundation/sdk-algorand-tokenbridge": "1.3.3", + "@wormhole-foundation/sdk-aptos": "1.3.3", + "@wormhole-foundation/sdk-aptos-core": "1.3.3", + "@wormhole-foundation/sdk-aptos-tokenbridge": "1.3.3", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm-core": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm-ibc": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", + "@wormhole-foundation/sdk-evm": "1.3.3", + "@wormhole-foundation/sdk-evm-cctp": "1.3.3", + "@wormhole-foundation/sdk-evm-core": "1.3.3", + "@wormhole-foundation/sdk-evm-portico": "1.3.3", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.3", + "@wormhole-foundation/sdk-solana": "1.3.3", + "@wormhole-foundation/sdk-solana-cctp": "1.3.3", + "@wormhole-foundation/sdk-solana-core": "1.3.3", + "@wormhole-foundation/sdk-solana-tokenbridge": "1.3.3", + "@wormhole-foundation/sdk-sui": "1.3.3", + "@wormhole-foundation/sdk-sui-cctp": "1.3.3", + "@wormhole-foundation/sdk-sui-core": "1.3.3", + "@wormhole-foundation/sdk-sui-tokenbridge": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-algorand": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand/-/sdk-algorand-1.3.3.tgz", + "integrity": "sha512-p2F8O8cRBe62YqIUDMbD6Sse4dX9ucYXQsJqdzRZp20wleQtqbOWIdiDctBmB+1QUpAtzp2HFDsrDbdVkKtA6g==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.3", "algosdk": "2.7.0" }, "engines": { @@ -9597,24 +9597,24 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand-core": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-core/-/sdk-algorand-core-1.3.3.tgz", + "integrity": "sha512-SFIyAy+OSLg/OPf4z+QBd/2eNcFpxMzlA+wqF2DDeyhkIphHVdKs+yvIaPh5iQeSYthR5FgID+EDujbeZbKXYA==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.1", - "@wormhole-foundation/sdk-connect": "1.3.1" + "@wormhole-foundation/sdk-algorand": "1.3.3", + "@wormhole-foundation/sdk-connect": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-algorand-core/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9622,25 +9622,25 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand-tokenbridge": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-tokenbridge/-/sdk-algorand-tokenbridge-1.3.3.tgz", + "integrity": "sha512-HhyZTKnA54RRUvSuZ7p7Zdd06v99ccy9OSa4cUomhUZTC111GSTRUKf9J1yHtVCp6c+Gih1jBg8zW5TZB1RNmw==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "1.3.1", - "@wormhole-foundation/sdk-algorand-core": "1.3.1", - "@wormhole-foundation/sdk-connect": "1.3.1" + "@wormhole-foundation/sdk-algorand": "1.3.3", + "@wormhole-foundation/sdk-algorand-core": "1.3.3", + "@wormhole-foundation/sdk-connect": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-algorand-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9648,12 +9648,12 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9661,11 +9661,11 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-1.3.1.tgz", - "integrity": "sha512-Ro/sU3D+06tAMvFdjyvGLsFfTQbwFW9aELPQ1jpnnxRpAI6Y8Xr6emhvH1LyY6MocIH2Fh6eGzBgLjtrJ5rtvw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-1.3.3.tgz", + "integrity": "sha512-1NkeTfGI43STR5K0xOjY89fvTmvo24/6YdMQpZg3wioiSXtRYqOHxKYNkG4OsCUSqAH0qKAUs7qELQkXlIMI2g==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.3", "aptos": "1.21.0" }, "engines": { @@ -9673,24 +9673,24 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos-core": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-core/-/sdk-aptos-core-1.3.3.tgz", + "integrity": "sha512-cTvemO7M5x95hXJ7a88k94JRAP6weJkJyRb6HJXsSEO+IAfG2wpwt6Wx8IaBlR7uC02tJUBhHDoFQN96a44BJg==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "1.3.1", - "@wormhole-foundation/sdk-connect": "1.3.1" + "@wormhole-foundation/sdk-aptos": "1.3.3", + "@wormhole-foundation/sdk-connect": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-aptos-core/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9698,24 +9698,24 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos-tokenbridge": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-tokenbridge/-/sdk-aptos-tokenbridge-1.3.3.tgz", + "integrity": "sha512-4J2aKHUpJ/DyDiQRRRJ88pLMwP5iOv2WA3PIyyshwWUzZdUM3qhvm4gQ3e8YCJWOAhyOm7lIjFBUWk6G3KvQ3g==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "1.3.1", - "@wormhole-foundation/sdk-connect": "1.3.1" + "@wormhole-foundation/sdk-aptos": "1.3.3", + "@wormhole-foundation/sdk-connect": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-aptos-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9746,12 +9746,12 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9781,9 +9781,9 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" }, "node_modules/@wormhole-foundation/sdk-base": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-1.3.1.tgz", - "integrity": "sha512-rA1rh0wV230KBH2Kj4ZUsYFNRFcBpVGKpgJWLtgjezRt0JGH+OI3aL2trSbvFyxulIuZ3Ne75agFXFcAjGJEAQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-1.3.3.tgz", + "integrity": "sha512-wnslDioYT7Xoh97adCWnVSU5HPVjLeEasXIdWpiZ2pgMwZuh5JwlQgqo7lsDYoT/QXMsEWpgyLeb9xL3CimR1A==", "dependencies": { "@scure/base": "^1.1.3", "binary-layout": "^1.0.3" @@ -9821,15 +9821,15 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm/-/sdk-cosmwasm-1.3.1.tgz", - "integrity": "sha512-tz/ClUAco6oJz14TmTIv6L4UQ5JmKkSVQZ8DdMiBogBbh+YpVGciPkXckw9Qh3ZUGbOyukUv1iBMwRGybsmIZw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm/-/sdk-cosmwasm-1.3.3.tgz", + "integrity": "sha512-o95S5pLhw1PV2tNET7+1RAzTVf2IJN9hznGHrGA4arhoFtqjzySFnwVsHqq6475ibylvkn2FaTI7LyB4HkCy6Q==", "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.1", + "@wormhole-foundation/sdk-connect": "1.3.3", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9837,15 +9837,15 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-core": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-core/-/sdk-cosmwasm-core-1.3.3.tgz", + "integrity": "sha512-7uyMarXLykAhwkpR4OD5ntgSGgqdkhkqJEVH8+NYxJi7ZUqp4GQTBsVCRL6K3jADLzAjFgEU0xOgJ6kug23d9A==", "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.1", - "@wormhole-foundation/sdk-cosmwasm": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.3" }, "engines": { "node": ">=16" @@ -9869,12 +9869,12 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-core/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9882,16 +9882,16 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-ibc": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-ibc/-/sdk-cosmwasm-ibc-1.3.3.tgz", + "integrity": "sha512-y95mYnrTJTgF98CzbTVNJoarmk0nxBj0pD7H+QEIrvYBtLOe0yI4Dt9RqOnQWXdPvg1AghO09yLsIS23VzFgxQ==", "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.1", - "@wormhole-foundation/sdk-cosmwasm": "1.3.1", - "@wormhole-foundation/sdk-cosmwasm-core": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm-core": "1.3.3", "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.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", - "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9929,14 +9929,14 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-tokenbridge": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-cosmwasm-tokenbridge/-/sdk-cosmwasm-tokenbridge-1.3.3.tgz", + "integrity": "sha512-E8d/FBfOCyS7z0N57+mktX8l9zlQV0U5ejCAoWJRm5VEKEQJ0Mmx9pYShRTU0S3ahS0HnCPlGM3LtzDxjzux5Q==", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "1.3.1", - "@wormhole-foundation/sdk-cosmwasm": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-cosmwasm": "1.3.3" }, "engines": { "node": ">=16" @@ -9960,12 +9960,12 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -9990,12 +9990,12 @@ } }, "node_modules/@wormhole-foundation/sdk-cosmwasm/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10003,13 +10003,13 @@ } }, "node_modules/@wormhole-foundation/sdk-definitions": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-1.3.3.tgz", + "integrity": "sha512-AyGr2sDITDKEnNVHssjJsYTaPH5/J75UcV2JHQ1omlrAIeb1/qbUM0pM2UDl6CCs0lECgIqG2ks/MqcQs/89ug==", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "1.3.1" + "@wormhole-foundation/sdk-base": "1.3.3" } }, "node_modules/@wormhole-foundation/sdk-definitions-ntt": { @@ -10041,11 +10041,11 @@ } }, "node_modules/@wormhole-foundation/sdk-evm": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-1.3.3.tgz", + "integrity": "sha512-CnLlQn40X15PqTWZ+IsBpmF10yxu5uFJRYy4usWrN34moVVPfMJWwKW8Xin6ChmQo5QwvQ3Z5nV3n5jQhMphAA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.3", "ethers": "^6.5.1" }, "engines": { @@ -10053,12 +10053,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-cctp": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-1.3.1.tgz", - "integrity": "sha512-WctvSUB3ZabYVlPPpPhvxbrxnSx3fpWnQVOAZwEXzlknyXk164cfqImhHifKzn0WLsp27YjgeyJpAMNBGrlZvg==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-1.3.3.tgz", + "integrity": "sha512-iFlkvssG2AXEhotkUQ5olydBhOPW+DvIV6DtTH3hS+00WI9HQerm9EaRyeNGsx2rXgxY1iRD6oTikEZ205cHWg==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.1", - "@wormhole-foundation/sdk-evm": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-evm": "1.3.3", "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.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", - "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10114,9 +10114,9 @@ "integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==" }, "node_modules/@wormhole-foundation/sdk-evm-cctp/node_modules/ethers": { - "version": "6.13.4", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.4.tgz", - "integrity": "sha512-21YtnZVg4/zKkCQPjrDj38B1r4nQvTZLopUGMLQ1ePU2zV/joCfDC3t3iKQjWRzjjjbzR+mdAIoikeBRNkdllA==", + "version": "6.13.5", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", + "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", "funding": [ { "type": "individual", @@ -10166,12 +10166,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-core": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-core/-/sdk-evm-core-1.3.3.tgz", + "integrity": "sha512-j203v7sdiNAFvP8ivnnD+ndEmPQHmaxruAwAFLvfLWeU4R5pdjFOhHM6vYDPqPH6p6Nh8bFooCGWj2SLbsJvqQ==", "dependencies": { - "@wormhole-foundation/sdk-connect": "1.3.1", - "@wormhole-foundation/sdk-evm": "1.3.1", + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-evm": "1.3.3", "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.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", - "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10227,9 +10227,9 @@ "integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==" }, "node_modules/@wormhole-foundation/sdk-evm-core/node_modules/ethers": { - "version": "6.13.4", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.4.tgz", - "integrity": "sha512-21YtnZVg4/zKkCQPjrDj38B1r4nQvTZLopUGMLQ1ePU2zV/joCfDC3t3iKQjWRzjjjbzR+mdAIoikeBRNkdllA==", + "version": "6.13.5", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", + "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", "funding": [ { "type": "individual", @@ -10434,14 +10434,14 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-portico": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-portico/-/sdk-evm-portico-1.3.3.tgz", + "integrity": "sha512-5rrXHXAeVwsANm0WxLrMbdISKZl/U0Pe1iH1N30USTe5aJTU4XJpPDF85dL2TdWhMyUXdg5FG+UZyrlgQnEuFw==", "dependencies": { - "@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", + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-evm": "1.3.3", + "@wormhole-foundation/sdk-evm-core": "1.3.3", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.3.3", "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.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", - "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10497,9 +10497,9 @@ "integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==" }, "node_modules/@wormhole-foundation/sdk-evm-portico/node_modules/ethers": { - "version": "6.13.4", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.4.tgz", - "integrity": "sha512-21YtnZVg4/zKkCQPjrDj38B1r4nQvTZLopUGMLQ1ePU2zV/joCfDC3t3iKQjWRzjjjbzR+mdAIoikeBRNkdllA==", + "version": "6.13.5", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", + "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", "funding": [ { "type": "individual", @@ -10549,13 +10549,13 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-tokenbridge": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-tokenbridge/-/sdk-evm-tokenbridge-1.3.3.tgz", + "integrity": "sha512-SM4pTntz+mBkbuxap1Zu85TDfyras1VW/v9ajQrePn7qjRK8lZn/oBHTC9bRrVmbFMdDW61XZctYxxrTF8/EmQ==", "dependencies": { - "@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-connect": "1.3.3", + "@wormhole-foundation/sdk-evm": "1.3.3", + "@wormhole-foundation/sdk-evm-core": "1.3.3", "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.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.1.tgz", - "integrity": "sha512-U+U/rfAeKaepO3e+fIV5R5YmZ4/xbB9oc1qFLKDTUZ0LjDsJxPdTOspbFzc0ZgSP4Eu3iAXSDbMIsazBZpSGcQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10611,9 +10611,9 @@ "integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==" }, "node_modules/@wormhole-foundation/sdk-evm-tokenbridge/node_modules/ethers": { - "version": "6.13.4", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.4.tgz", - "integrity": "sha512-21YtnZVg4/zKkCQPjrDj38B1r4nQvTZLopUGMLQ1ePU2zV/joCfDC3t3iKQjWRzjjjbzR+mdAIoikeBRNkdllA==", + "version": "6.13.5", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", + "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", "funding": [ { "type": "individual", @@ -10690,12 +10690,12 @@ "integrity": "sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==" }, "node_modules/@wormhole-foundation/sdk-evm/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10760,23 +10760,23 @@ } }, "node_modules/@wormhole-foundation/sdk-icons": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-icons/-/sdk-icons-1.3.3.tgz", + "integrity": "sha512-+NgiaxskTvVm2ze+rtmWp+fi5GB3slYu7w+gbTJBfuKHq/TNuMSsis3CAd00VawrMmJrOcJpCm7WCtgsIvdxrw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1" + "@wormhole-foundation/sdk-base": "1.3.3" } }, "node_modules/@wormhole-foundation/sdk-solana": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-1.3.3.tgz", + "integrity": "sha512-NGLnryHvOOrhF9MVMAqCJtXr16PHSSpO0tPC3vDfKxPnmyOKGoQmWJp2JheM+cliD8WEylrJl3tP8DHyEJ+KCg==", "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.1", + "@wormhole-foundation/sdk-connect": "1.3.3", "rpc-websockets": "^7.10.0" }, "engines": { @@ -10784,27 +10784,27 @@ } }, "node_modules/@wormhole-foundation/sdk-solana-cctp": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-cctp/-/sdk-solana-cctp-1.3.1.tgz", - "integrity": "sha512-8RbqZPy94nJ5YaY8DpnGu8j2h6Zx9z53c3hAVPNdwUBCetpEXRuVOSjNHiCuVg2oiiLinTFxTmYOuAhGqOwv9A==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-cctp/-/sdk-solana-cctp-1.3.3.tgz", + "integrity": "sha512-QKuW7ruFHgIUUtS2/57cmGC+0X+jctHaaPlGhsuj3BjdlxaJma+7AuM+BJDE6g+/nzYWl30dvspfhqyV7uCaOg==", "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.1", - "@wormhole-foundation/sdk-solana": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-solana": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-solana-cctp/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10812,27 +10812,27 @@ } }, "node_modules/@wormhole-foundation/sdk-solana-core": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-core/-/sdk-solana-core-1.3.3.tgz", + "integrity": "sha512-AwqcwxqJo76LQfY46I/nsKgftSp+M/WRLGd+KomP+AmOWpLqIUxWKlPUYgBaJlh/9hweYo3AjeMd5oRTQGk3Kg==", "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.1", - "@wormhole-foundation/sdk-solana": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-solana": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-solana-core/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -10979,28 +10979,28 @@ "integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ==" }, "node_modules/@wormhole-foundation/sdk-solana-tokenbridge": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana-tokenbridge/-/sdk-solana-tokenbridge-1.3.3.tgz", + "integrity": "sha512-0bNVJOY2gcfGdToe8Nhft2kXezrVFD/WvLAnX60L633JLkkwVRKAg4qniz8wbm41L+TeUsd1Ab96dCRCtKpj2Q==", "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.1", - "@wormhole-foundation/sdk-solana": "1.3.1", - "@wormhole-foundation/sdk-solana-core": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-solana": "1.3.3", + "@wormhole-foundation/sdk-solana-core": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-solana-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -11008,12 +11008,12 @@ } }, "node_modules/@wormhole-foundation/sdk-solana/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -11021,37 +11021,37 @@ } }, "node_modules/@wormhole-foundation/sdk-sui": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-1.3.1.tgz", - "integrity": "sha512-8dhfNftg1/y607+VWb6L2uvTeOzUiZiF8hwFm70LZ14jj72ycjLgUhyl2JYVbZaOFGwbMiSaehc0kySrGRfSpA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-1.3.3.tgz", + "integrity": "sha512-g19mxlaB3JwlNsTsZS4HSzgWqvNLqZsc1bvpnOIgRPxAC2PmApsB9poGYHvhefyPVlT+WpuPNHX+vOIHavIwkA==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-cctp": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-cctp/-/sdk-sui-cctp-1.3.3.tgz", + "integrity": "sha512-EPdk6uY4tWG/oPCg5N11t1va+MR6Fh1jJd0wldZsgtiVg9LNslsQttKB8R0LO3WSQnD72Yjabar3+bu1Qiijaw==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.1", - "@wormhole-foundation/sdk-sui": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-sui": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-cctp/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -11059,25 +11059,25 @@ } }, "node_modules/@wormhole-foundation/sdk-sui-core": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-1.3.3.tgz", + "integrity": "sha512-ujmDXE0INlhWkCPjnDv7F0dI8Fth9X8WG2mPD0s6XOsaOerFBkWYX5yyHbZf7Wkrj7S4aTs2pZUY7ULuhtG8ZQ==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.1", - "@wormhole-foundation/sdk-sui": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-sui": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-core/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -11085,26 +11085,26 @@ } }, "node_modules/@wormhole-foundation/sdk-sui-tokenbridge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-1.3.1.tgz", - "integrity": "sha512-UxGVOFvF4fF7jnA72aRXs3XPTp0OzlOhhRt1ptqmcp0Crmi4Zx163jwzlEasgZljQFm4SXGZINRCojKqlr0eVw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-1.3.3.tgz", + "integrity": "sha512-yMIY7MvW8zAI8SfWsS1aUy5VBUpij0A1ITLLIQnrgx5isua7EJ2wro/nL4pplTnm2a1qJ7XZQbjKYUKbtndclA==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "1.3.1", - "@wormhole-foundation/sdk-sui": "1.3.1", - "@wormhole-foundation/sdk-sui-core": "1.3.1" + "@wormhole-foundation/sdk-connect": "1.3.3", + "@wormhole-foundation/sdk-sui": "1.3.3", + "@wormhole-foundation/sdk-sui-core": "1.3.3" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-tokenbridge/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -11112,12 +11112,12 @@ } }, "node_modules/@wormhole-foundation/sdk-sui/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { @@ -11125,12 +11125,12 @@ } }, "node_modules/@wormhole-foundation/sdk/node_modules/@wormhole-foundation/sdk-connect": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-1.3.3.tgz", + "integrity": "sha512-e4xj4C3WnXD1GYPjgerUm/dll5yDy23Wgr5PKaVICzZRRc9XDhtwow9YRyX1SnPQGvkNJxVo0GaqX1ktaj/NWw==", "dependencies": { - "@wormhole-foundation/sdk-base": "1.3.1", - "@wormhole-foundation/sdk-definitions": "1.3.1", + "@wormhole-foundation/sdk-base": "1.3.3", + "@wormhole-foundation/sdk-definitions": "1.3.3", "axios": "^1.4.0" }, "engines": { diff --git a/package.json b/package.json index 5ae5ff92..9689eae5 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.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", + "@wormhole-foundation/sdk-base": "^1.3.3", + "@wormhole-foundation/sdk-definitions": "^1.3.3", + "@wormhole-foundation/sdk-evm": "^1.3.3", + "@wormhole-foundation/sdk-evm-core": "^1.3.3", + "@wormhole-foundation/sdk-icons": "^1.3.3", + "@wormhole-foundation/sdk-solana": "^1.3.3", + "@wormhole-foundation/sdk-solana-core": "^1.3.3", "axios": "^1.5.0" } } diff --git a/watcher/src/consts.ts b/watcher/src/consts.ts index c4bd4b1a..ff902706 100644 --- a/watcher/src/consts.ts +++ b/watcher/src/consts.ts @@ -102,6 +102,7 @@ export const RPCS_BY_CHAIN: { [key in Network]: { [key in Chain]?: string } } = Sepolia: process.env.SEPOLIA_RPC, PolygonSepolia: process.env.POLYGON_SEPOLIA_RPC || 'https://rpc-amoy.polygon.technology', Berachain: process.env.BERACHAIN_RPC || 'https://bartio.rpc.berachain.com', + Seievm: process.env.SEI_EVM_RPC || 'https://evm-rpc-testnet.sei-apis.com', Snaxchain: process.env.SNAXCHAIN_RPC || 'https://rpc-snaxchain-s50q0kjngn.t.conduit.xyz', Unichain: process.env.UNICHAIN_RPC || 'https://sepolia.unichain.org', Worldchain: process.env.WORLDCHAIN_RPC || 'https://worldchain-sepolia.g.alchemy.com/public', diff --git a/watcher/src/index.ts b/watcher/src/index.ts index 54e69c9a..920904d6 100644 --- a/watcher/src/index.ts +++ b/watcher/src/index.ts @@ -53,6 +53,7 @@ const supportedChains: Chain[] = 'Holesky', 'PolygonSepolia', 'Berachain', + 'Seievm', 'Snaxchain', 'Unichain', 'Worldchain', diff --git a/watcher/src/watchers/EVMWatcher.ts b/watcher/src/watchers/EVMWatcher.ts index dd2b653d..42529bc2 100644 --- a/watcher/src/watchers/EVMWatcher.ts +++ b/watcher/src/watchers/EVMWatcher.ts @@ -53,6 +53,7 @@ export class EVMWatcher extends Watcher { chain === 'MonadDevnet' || chain === 'Ink' || chain === 'HyperEVM' || + chain === 'Seievm' || chain === 'Xlayer' ) { this.maximumBatchSize = 10; diff --git a/watcher/src/watchers/utils.ts b/watcher/src/watchers/utils.ts index 9f0cce83..a16e2f9b 100644 --- a/watcher/src/watchers/utils.ts +++ b/watcher/src/watchers/utils.ts @@ -41,6 +41,7 @@ export function makeFinalizedWatcher(network: Network, chainName: Chain): Watche chainName === 'Blast' || chainName === 'Xlayer' || chainName === 'Berachain' || + chainName === 'Seievm' || chainName === 'Snaxchain' || chainName === 'Unichain' || chainName === 'Worldchain' ||