Skip to content

Commit

Permalink
add coinwallet features
Browse files Browse the repository at this point in the history
  • Loading branch information
nikashitsa committed Nov 15, 2024
1 parent 6bcd149 commit a4d5de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export const walletsData: WalletData[] = [
documentation: "https://docs.safe.global/",
},
{
last_updated: "May 10, 2024",
last_updated: "2024-11-15",
name: "Coin Wallet",
image: CoinWalletImage,
twBackgroundColor: "bg-[#68c481]",
Expand Down Expand Up @@ -469,8 +469,8 @@ export const walletsData: WalletData[] = [
hardware_support: true,
rpc_importing: false,
nft_support: false,
connect_to_dapps: false,
staking: false,
connect_to_dapps: true,
staking: true,
swaps: true,
layer_2: false,
gas_fee_customization: true,
Expand Down

0 comments on commit a4d5de8

Please sign in to comment.