Skip to content

Commit 3c889aa

Browse files
committed
chore(wallet): remove cosmos-kit integration and deps from deploy-web
Delete the dead cosmos-kit wallet-connection stack (cosmos-kit-jotai abstraction, chain-registry configs, and the no-op CustomChainProvider bootstrap wrapper) now that deploy-web is managed-wallet only, and uninstall the cosmos-kit / chain-registry / interchain-ui packages. @cosmjs/* is intentionally retained: it is still required for tx-message building in customRegistry/TxHttpService. Removing it depends on moving transaction construction and signing into the API (tracked separately). Ref CON-259
1 parent d3c1ed3 commit 3c889aa

25 files changed

Lines changed: 1 addition & 2403 deletions

apps/deploy-web/env/.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ AUTH0_AUDIENCE=https://console-api.akash.network
22
AUTH0_SCOPE=openid profile email offline_access
33

44
NEXT_PUBLIC_SENTRY_DSN="https://2d6f725d1cd34086995df50a5d7192f0@o877251.ingest.sentry.io/4504656428204032"
5-
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID="2b2b3e1d953d33bd3b3e2c864edd2dea"
65
NEXT_PUBLIC_SENTRY_APPLICATION_KEY="AKASH-CONSOLE-WEB"
76

87
NEXT_PUBLIC_REDIRECT_URI='https://console.akash.network/new-deployment'

apps/deploy-web/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,12 @@
4242
"@cosmjs/math": "~0.38.0",
4343
"@cosmjs/proto-signing": "~0.38.0",
4444
"@cosmjs/stargate": "~0.38.0",
45-
"@cosmos-kit/core": "^2.18.1",
46-
"@cosmos-kit/cosmos-extension-metamask": "~0.15.1",
47-
"@cosmos-kit/cosmostation-extension": "~2.18.1",
48-
"@cosmos-kit/keplr": "~2.17.1",
49-
"@cosmos-kit/react": "^2.24.1",
5045
"@emotion/cache": "^11.7.1",
5146
"@emotion/css": "^11.7.1",
5247
"@emotion/react": "^11.11.0",
5348
"@emotion/server": "^11.4.0",
5449
"@emotion/styled": "^11.8.1",
5550
"@hookform/resolvers": "^3.9.0",
56-
"@interchain-ui/react": "^1.26.3",
5751
"@marsidev/react-turnstile": "^1.1.0",
5852
"@monaco-editor/react": "^4.6.0",
5953
"@mui/icons-material": "^5.11.11",
@@ -74,7 +68,6 @@
7468
"@xterm/addon-fit": "^0.11.0",
7569
"@xterm/xterm": "^6.0.0",
7670
"axios": "^1.7.2",
77-
"chain-registry": "^1.69.31",
7871
"clsx": "^2.0.0",
7972
"cobe": "^2.0.1",
8073
"cockatiel": "^3.2.1",
@@ -123,7 +116,6 @@
123116
"@akashnetwork/docker": "*",
124117
"@akashnetwork/net": "*",
125118
"@akashnetwork/releaser": "*",
126-
"@chain-registry/types": "^0.50.12",
127119
"@cosmjs/amino": "~0.38.0",
128120
"@faker-js/faker": "^9.4.0",
129121
"@next/bundle-analyzer": "^15.5.18",

apps/deploy-web/src/chains/akash-sandbox.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/deploy-web/src/chains/akash-testnet.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)