From 104c4796f2014085d01e43844302173c38132f9e Mon Sep 17 00:00:00 2001 From: Redm4x <2829180+Redm4x@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:28:02 -0500 Subject: [PATCH] Remove cosmostation mobile --- deploy-web/package-lock.json | 92 +++---------------- deploy-web/package.json | 2 +- .../CustomChainProvider.tsx | 2 +- 3 files changed, 17 insertions(+), 79 deletions(-) diff --git a/deploy-web/package-lock.json b/deploy-web/package-lock.json index 95f01a592..f44c6d32b 100644 --- a/deploy-web/package-lock.json +++ b/deploy-web/package-lock.json @@ -14,7 +14,7 @@ "@auth0/nextjs-auth0": "^3.1.0", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", - "@cosmos-kit/cosmostation": "^2.5.2", + "@cosmos-kit/cosmostation-extension": "^2.6.3", "@cosmos-kit/keplr": "^2.5.2", "@cosmos-kit/leap-extension": "^2.6.2", "@cosmos-kit/react": "^2.9.17", @@ -2992,9 +2992,9 @@ "integrity": "sha512-VG7QPDiMUzVPxRdJahDV8PXxVdnuAHiIuG56hldV4yPnOz/si/DLNd7VAUUA5923b6jS1Hhev0Hr6AhEkcxBMg==" }, "node_modules/@cosmos-kit/core": { - "version": "2.7.12", - "resolved": "https://registry.npmjs.org/@cosmos-kit/core/-/core-2.7.12.tgz", - "integrity": "sha512-g6afn2aSH/DxiuJkMkGHNY2D2aShC8q9R879n7aMa+sSatfMXJdnMI3G9LoSQJxW9yN2KNfpAgvjL66zvMjhBA==", + "version": "2.7.13", + "resolved": "https://registry.npmjs.org/@cosmos-kit/core/-/core-2.7.13.tgz", + "integrity": "sha512-qORkKi+vu/dtJBrDQkxiuwLtdaVYm4qjSTKdsc+fAZkz2qEi+kERHxQhqkMYQK1kZGn6nkzxWpVzaaaJfVAz3w==", "dependencies": { "@chain-registry/types": "0.17.0", "@walletconnect/types": "2.10.4", @@ -3035,49 +3035,19 @@ "uuid": "dist/bin/uuid" } }, - "node_modules/@cosmos-kit/cosmostation": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation/-/cosmostation-2.5.2.tgz", - "integrity": "sha512-bEmxI0Bo4Ia3XyjBTtMJ162q34rXYMbrsgZebJoV0l85tp+dIpPeFKZiifIhlnGSFVgl2P6U5YBV5D1tssy/rw==", - "dependencies": { - "@cosmos-kit/cosmostation-extension": "^2.6.2", - "@cosmos-kit/cosmostation-mobile": "^2.5.2" - } - }, "node_modules/@cosmos-kit/cosmostation-extension": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation-extension/-/cosmostation-extension-2.6.2.tgz", - "integrity": "sha512-0zCfp+HvOW6K66hN9hKtPSF5woAXRAl6YuSx9dR0fUvZ0MuixExAl1469P2A9wgMJ+i7/yGTtpdRVJhOCKqhtw==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation-extension/-/cosmostation-extension-2.6.3.tgz", + "integrity": "sha512-AgmfMV7CfNIklGkyIjagElbmONlS07hbTBadJrN7DGnG7aqsptOJYyLQSlf9OvNY7LcynlqqzvC0i0eJUnmDew==", "dependencies": { "@chain-registry/cosmostation": "^1.26.0", - "@cosmos-kit/core": "^2.7.12" + "@cosmos-kit/core": "^2.7.13" }, "peerDependencies": { "@cosmjs/amino": ">= 0.28", "@cosmjs/proto-signing": ">= 0.28" } }, - "node_modules/@cosmos-kit/cosmostation-mobile": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation-mobile/-/cosmostation-mobile-2.5.2.tgz", - "integrity": "sha512-X1W9+tZTnf8NBjZDcPKZTll/eiq0DixMjmHKuSauRZp4IQ5UuC+FKNdnGtsxrqzshR+Zf+bqwzawo6I/tFWEBQ==", - "dependencies": { - "@chain-registry/cosmostation": "1.26.0", - "@cosmos-kit/core": "^2.7.12", - "@cosmos-kit/walletconnect": "^2.4.15" - } - }, - "node_modules/@cosmos-kit/cosmostation-mobile/node_modules/@chain-registry/cosmostation": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@chain-registry/cosmostation/-/cosmostation-1.26.0.tgz", - "integrity": "sha512-MmjThpQ0U0EJF66UJzPy67iKC9hY7ljrpGtQOPfeYGB/lUlKZTsE/mgF2XkKGUf7wJK8LugOqU5Zul7C1/ZA4Q==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0", - "@chain-registry/utils": "^1.15.0", - "@cosmostation/extension-client": "0.1.15" - } - }, "node_modules/@cosmos-kit/keplr": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/@cosmos-kit/keplr/-/keplr-2.5.2.tgz", @@ -26589,9 +26559,9 @@ "integrity": "sha512-VG7QPDiMUzVPxRdJahDV8PXxVdnuAHiIuG56hldV4yPnOz/si/DLNd7VAUUA5923b6jS1Hhev0Hr6AhEkcxBMg==" }, "@cosmos-kit/core": { - "version": "2.7.12", - "resolved": "https://registry.npmjs.org/@cosmos-kit/core/-/core-2.7.12.tgz", - "integrity": "sha512-g6afn2aSH/DxiuJkMkGHNY2D2aShC8q9R879n7aMa+sSatfMXJdnMI3G9LoSQJxW9yN2KNfpAgvjL66zvMjhBA==", + "version": "2.7.13", + "resolved": "https://registry.npmjs.org/@cosmos-kit/core/-/core-2.7.13.tgz", + "integrity": "sha512-qORkKi+vu/dtJBrDQkxiuwLtdaVYm4qjSTKdsc+fAZkz2qEi+kERHxQhqkMYQK1kZGn6nkzxWpVzaaaJfVAz3w==", "requires": { "@chain-registry/types": "0.17.0", "@walletconnect/types": "2.10.4", @@ -26620,45 +26590,13 @@ } } }, - "@cosmos-kit/cosmostation": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation/-/cosmostation-2.5.2.tgz", - "integrity": "sha512-bEmxI0Bo4Ia3XyjBTtMJ162q34rXYMbrsgZebJoV0l85tp+dIpPeFKZiifIhlnGSFVgl2P6U5YBV5D1tssy/rw==", - "requires": { - "@cosmos-kit/cosmostation-extension": "^2.6.2", - "@cosmos-kit/cosmostation-mobile": "^2.5.2" - } - }, "@cosmos-kit/cosmostation-extension": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation-extension/-/cosmostation-extension-2.6.2.tgz", - "integrity": "sha512-0zCfp+HvOW6K66hN9hKtPSF5woAXRAl6YuSx9dR0fUvZ0MuixExAl1469P2A9wgMJ+i7/yGTtpdRVJhOCKqhtw==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation-extension/-/cosmostation-extension-2.6.3.tgz", + "integrity": "sha512-AgmfMV7CfNIklGkyIjagElbmONlS07hbTBadJrN7DGnG7aqsptOJYyLQSlf9OvNY7LcynlqqzvC0i0eJUnmDew==", "requires": { "@chain-registry/cosmostation": "^1.26.0", - "@cosmos-kit/core": "^2.7.12" - } - }, - "@cosmos-kit/cosmostation-mobile": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@cosmos-kit/cosmostation-mobile/-/cosmostation-mobile-2.5.2.tgz", - "integrity": "sha512-X1W9+tZTnf8NBjZDcPKZTll/eiq0DixMjmHKuSauRZp4IQ5UuC+FKNdnGtsxrqzshR+Zf+bqwzawo6I/tFWEBQ==", - "requires": { - "@chain-registry/cosmostation": "1.26.0", - "@cosmos-kit/core": "^2.7.12", - "@cosmos-kit/walletconnect": "^2.4.15" - }, - "dependencies": { - "@chain-registry/cosmostation": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@chain-registry/cosmostation/-/cosmostation-1.26.0.tgz", - "integrity": "sha512-MmjThpQ0U0EJF66UJzPy67iKC9hY7ljrpGtQOPfeYGB/lUlKZTsE/mgF2XkKGUf7wJK8LugOqU5Zul7C1/ZA4Q==", - "requires": { - "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0", - "@chain-registry/utils": "^1.15.0", - "@cosmostation/extension-client": "0.1.15" - } - } + "@cosmos-kit/core": "^2.7.13" } }, "@cosmos-kit/keplr": { diff --git a/deploy-web/package.json b/deploy-web/package.json index abd41b395..500ddeca9 100644 --- a/deploy-web/package.json +++ b/deploy-web/package.json @@ -19,7 +19,7 @@ "@auth0/nextjs-auth0": "^3.1.0", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", - "@cosmos-kit/cosmostation": "^2.5.2", + "@cosmos-kit/cosmostation-extension": "^2.6.3", "@cosmos-kit/keplr": "^2.5.2", "@cosmos-kit/leap-extension": "^2.6.2", "@cosmos-kit/react": "^2.9.17", diff --git a/deploy-web/src/context/CustomChainProvider/CustomChainProvider.tsx b/deploy-web/src/context/CustomChainProvider/CustomChainProvider.tsx index de6ac01f2..7b010c27b 100644 --- a/deploy-web/src/context/CustomChainProvider/CustomChainProvider.tsx +++ b/deploy-web/src/context/CustomChainProvider/CustomChainProvider.tsx @@ -1,7 +1,7 @@ import { ChainProvider, useManager } from "@cosmos-kit/react"; import { wallets as keplr } from "@cosmos-kit/keplr"; import { wallets as leap } from "@cosmos-kit/leap-extension"; -import { wallets as cosmostation } from "@cosmos-kit/cosmostation"; +import { wallets as cosmostation } from "@cosmos-kit/cosmostation-extension"; import { customRegistry } from "@src/utils/customRegistry"; import { GasPrice } from "@cosmjs/stargate"; import { akash, akashAssetList, akashSandbox, akashSandboxAssetList, akashTestnet, akashTestnetAssetList } from "@src/chains";