Skip to content

Commit

Permalink
Remove cosmostation mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Dec 25, 2023
1 parent ee1e716 commit 104c479
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 79 deletions.
92 changes: 15 additions & 77 deletions deploy-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deploy-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 104c479

Please sign in to comment.