We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538cac5 commit 6f90ca6Copy full SHA for 6f90ca6
src/data/wallets/wallet-data.ts
@@ -453,7 +453,7 @@ export const walletsData: WalletData[] = [
453
],
454
},
455
{
456
- last_updated: "May 10, 2024",
+ last_updated: "2025-01-31",
457
name: "Coin Wallet",
458
image: CoinWalletImage,
459
twBackgroundColor: "bg-[#68c481]",
@@ -508,8 +508,8 @@ export const walletsData: WalletData[] = [
508
hardware_support: true,
509
rpc_importing: false,
510
nft_support: false,
511
- connect_to_dapps: false,
512
- staking: false,
+ connect_to_dapps: true,
+ staking: true,
513
swaps: true,
514
layer_2: false,
515
gas_fee_customization: true,
0 commit comments