Skip to content

Commit 775561d

Browse files
authored
Merge pull request #14259 from ethereum/konopkja-patch-2
Update wallet-data.ts - FoxWallet
2 parents 64d215f + 0504042 commit 775561d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

public/images/wallets/foxwallet.png

2.94 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -641,14 +641,14 @@ export const walletsData: WalletData[] = [
641641
documentation: "",
642642
},
643643
{
644-
last_updated: "2022-06-24",
644+
last_updated: "2024-10-30",
645645
name: "FoxWallet",
646646
image: FoxWalletImage,
647-
twBackgroundColor: "bg-[#ffffff]",
647+
twBackgroundColor: "bg-[#000000]",
648648
twGradiantBrandColor: "from-[#ffffff]",
649649
url: "https://foxwallet.com/en",
650650
active_development_team: true,
651-
languages_supported: ["en", "zh", "uk", "ru", "es", "id"],
651+
languages_supported: ["en", "zh", "uk", "ru", "es", "id", "ja", "es", "hi", "vi", "tr", "ar", "bn", "th"],
652652
twitter: "https://twitter.com/FoxWallet",
653653
discord: "https://discord.com/invite/JVjVbe3Zth",
654654
reddit: "",
@@ -659,25 +659,25 @@ export const walletsData: WalletData[] = [
659659
windows: false,
660660
macOS: false,
661661
firefox: false,
662-
chromium: false,
662+
chromium: true,
663663
hardware: false,
664664
open_source: false,
665-
repo_url: "",
665+
repo_url: "https://github.com/foxwallet",
666666
non_custodial: true,
667667
security_audit: ["https://www.certik.com/projects/fox-wallet"],
668-
scam_protection: false,
668+
scam_protection: true,
669669
hardware_support: false,
670670
rpc_importing: true,
671671
nft_support: true,
672672
connect_to_dapps: true,
673-
staking: false,
674-
swaps: false,
673+
staking: true,
674+
swaps: true,
675675
layer_2: true,
676676
gas_fee_customization: true,
677-
ens_support: false,
677+
ens_support: true,
678678
erc_20_support: true,
679-
buy_crypto: false,
680-
withdraw_crypto: false,
679+
buy_crypto: true,
680+
withdraw_crypto: true,
681681
multisig: false,
682682
social_recovery: false,
683683
onboard_documentation: "https://hc.foxwallet.com/docs/",

0 commit comments

Comments
 (0)