Skip to content

Commit 6f90ca6

Browse files
committed
add coinwallet features
1 parent 538cac5 commit 6f90ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export const walletsData: WalletData[] = [
453453
],
454454
},
455455
{
456-
last_updated: "May 10, 2024",
456+
last_updated: "2025-01-31",
457457
name: "Coin Wallet",
458458
image: CoinWalletImage,
459459
twBackgroundColor: "bg-[#68c481]",
@@ -508,8 +508,8 @@ export const walletsData: WalletData[] = [
508508
hardware_support: true,
509509
rpc_importing: false,
510510
nft_support: false,
511-
connect_to_dapps: false,
512-
staking: false,
511+
connect_to_dapps: true,
512+
staking: true,
513513
swaps: true,
514514
layer_2: false,
515515
gas_fee_customization: true,

0 commit comments

Comments
 (0)