Skip to content

Commit

Permalink
Merge pull request #14259 from ethereum/konopkja-patch-2
Browse files Browse the repository at this point in the history
Update wallet-data.ts - FoxWallet
  • Loading branch information
corwintines authored Oct 31, 2024
2 parents 64d215f + 0504042 commit 775561d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified public/images/wallets/foxwallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,14 +641,14 @@ export const walletsData: WalletData[] = [
documentation: "",
},
{
last_updated: "2022-06-24",
last_updated: "2024-10-30",
name: "FoxWallet",
image: FoxWalletImage,
twBackgroundColor: "bg-[#ffffff]",
twBackgroundColor: "bg-[#000000]",
twGradiantBrandColor: "from-[#ffffff]",
url: "https://foxwallet.com/en",
active_development_team: true,
languages_supported: ["en", "zh", "uk", "ru", "es", "id"],
languages_supported: ["en", "zh", "uk", "ru", "es", "id", "ja", "es", "hi", "vi", "tr", "ar", "bn", "th"],
twitter: "https://twitter.com/FoxWallet",
discord: "https://discord.com/invite/JVjVbe3Zth",
reddit: "",
Expand All @@ -659,25 +659,25 @@ export const walletsData: WalletData[] = [
windows: false,
macOS: false,
firefox: false,
chromium: false,
chromium: true,
hardware: false,
open_source: false,
repo_url: "",
repo_url: "https://github.com/foxwallet",
non_custodial: true,
security_audit: ["https://www.certik.com/projects/fox-wallet"],
scam_protection: false,
scam_protection: true,
hardware_support: false,
rpc_importing: true,
nft_support: true,
connect_to_dapps: true,
staking: false,
swaps: false,
staking: true,
swaps: true,
layer_2: true,
gas_fee_customization: true,
ens_support: false,
ens_support: true,
erc_20_support: true,
buy_crypto: false,
withdraw_crypto: false,
buy_crypto: true,
withdraw_crypto: true,
multisig: false,
social_recovery: false,
onboard_documentation: "https://hc.foxwallet.com/docs/",
Expand Down

0 comments on commit 775561d

Please sign in to comment.