Skip to content

Commit 104c479

Browse files
committed
Remove cosmostation mobile
1 parent ee1e716 commit 104c479

File tree

3 files changed

+17
-79
lines changed

3 files changed

+17
-79
lines changed

deploy-web/package-lock.json

+15-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@auth0/nextjs-auth0": "^3.1.0",
2020
"@cosmjs/encoding": "^0.29.5",
2121
"@cosmjs/stargate": "^0.29.5",
22-
"@cosmos-kit/cosmostation": "^2.5.2",
22+
"@cosmos-kit/cosmostation-extension": "^2.6.3",
2323
"@cosmos-kit/keplr": "^2.5.2",
2424
"@cosmos-kit/leap-extension": "^2.6.2",
2525
"@cosmos-kit/react": "^2.9.17",

deploy-web/src/context/CustomChainProvider/CustomChainProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ChainProvider, useManager } from "@cosmos-kit/react";
22
import { wallets as keplr } from "@cosmos-kit/keplr";
33
import { wallets as leap } from "@cosmos-kit/leap-extension";
4-
import { wallets as cosmostation } from "@cosmos-kit/cosmostation";
4+
import { wallets as cosmostation } from "@cosmos-kit/cosmostation-extension";
55
import { customRegistry } from "@src/utils/customRegistry";
66
import { GasPrice } from "@cosmjs/stargate";
77
import { akash, akashAssetList, akashSandbox, akashSandboxAssetList, akashTestnet, akashTestnetAssetList } from "@src/chains";

0 commit comments

Comments
 (0)