Skip to content

Commit

Permalink
chore: bump cosmos-kit (#197)
Browse files Browse the repository at this point in the history
The `station` wallet was removed from the default wallets by cosmos-kit
  • Loading branch information
fmorency authored Jan 10, 2025
1 parent 40e206c commit 9c24306
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion components/react/views/WalletList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const WalletList = ({
)
);
const browser = wallets.filter(wallet =>
['Keplr', 'Cosmostation', 'Leap', 'Station', 'Cosmos MetaMask Extension', 'Ledger'].includes(
['Keplr', 'Cosmostation', 'Leap', 'Cosmos MetaMask Extension', 'Ledger'].includes(
wallet.walletInfo.prettyName
)
);
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"**/@chain-registry/types": "0.25.0",
"**/@cosmjs/stargate": "npm:@liftedinit/[email protected]",
"**/@hexxagon/feather.js": "npm:@terra-money/[email protected]"
"**/@cosmjs/stargate": "npm:@liftedinit/[email protected]"
},
"dependencies": {
"@chain-registry/assets": "^1.70.67",
"@cosmjs/cosmwasm-stargate": "0.32.4",
"@cosmjs/stargate": "npm:@liftedinit/[email protected]",
"@cosmos-kit/cosmos-extension-metamask": "^0.12.2",
"@cosmos-kit/react": "2.21.1",
"@cosmos-kit/web3auth": "^2.14.2",
"@cosmos-kit/cosmos-extension-metamask": "^0.12.3",
"@cosmos-kit/react": "2.21.2",
"@cosmos-kit/web3auth": "^2.14.3",
"@fontsource/manrope": "^5.0.21",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.5",
Expand All @@ -54,7 +53,7 @@
"bad-words": "^4.0.0",
"chain-registry": "1.69.67",
"cosmjs-types": "^0.9.0",
"cosmos-kit": "2.23.1",
"cosmos-kit": "2.23.4",
"country-flag-icons": "^1.5.13",
"daisyui": "^4.12.10",
"dayjs": "^1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function ManifestApp({ Component, pageProps }: ManifestAppProps) {
// combine the web3auth wallets with the other wallets
const combinedWallets = [
...web3AuthWallets,
...wallets.for('keplr', 'cosmostation', 'leap', 'station', 'ledger'),
...wallets.for('keplr', 'cosmostation', 'leap', 'ledger'),
...cosmosExtensionWallets,
];

Expand Down

0 comments on commit 9c24306

Please sign in to comment.