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 2a3cde9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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 All @@ -482,6 +482,7 @@ export const walletsData: WalletData[] = [
social_recovery: false,
onboard_documentation: "https://coin.space/ethereum-wallet/",
documentation: "https://support.coin.space/hc/en-us",
new_to_crypto: false,
},
{
last_updated: "2024-10-30",
Expand Down

0 comments on commit 2a3cde9

Please sign in to comment.