Skip to content

Commit eb88e50

Browse files
authored
Merge pull request #14938 from JoeChenJ/Add_family_wallet
Add family wallet
2 parents 447589d + fcd57ce commit eb88e50

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

public/images/wallets/family.png

10 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
1919
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
2020
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
2121
import ExodusImage from "@/public/images/wallets/exodus.png"
22+
import FamilyImage from "@/public/images/wallets/family.png"
2223
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
2324
import FrameImage from "@/public/images/wallets/frame.png"
2425
import GemWalletImage from "@/public/images/wallets/gemwallet.png"
@@ -2479,6 +2480,61 @@ export const walletsData: WalletData[] = [
24792480
"Taiko Alethia",
24802481
],
24812482
},
2483+
{
2484+
last_updated: "2025-02-19",
2485+
name: "Family",
2486+
image: FamilyImage,
2487+
twBackgroundColor: "bg-[#FFFFFF]",
2488+
twGradiantBrandColor: "from-[#ffffff]",
2489+
url: "https://family.co/",
2490+
active_development_team: true,
2491+
languages_supported: ["en"],
2492+
twitter: "https://x.com/family",
2493+
discord: "",
2494+
reddit: "",
2495+
telegram: "",
2496+
ios: true,
2497+
android: false,
2498+
linux: false,
2499+
windows: false,
2500+
macOS: false,
2501+
firefox: false,
2502+
chromium: false,
2503+
hardware: false,
2504+
open_source: false,
2505+
repo_url: "https://github.com/family",
2506+
non_custodial: true,
2507+
security_audit: [
2508+
"https://family.co/media/family-wallet-audit-report-2024.pdf",
2509+
],
2510+
scam_protection: true,
2511+
hardware_support: false,
2512+
rpc_importing: false,
2513+
nft_support: true,
2514+
connect_to_dapps: true,
2515+
staking: false,
2516+
swaps: true,
2517+
layer_2: true,
2518+
gas_fee_customization: true,
2519+
ens_support: true,
2520+
erc_20_support: false,
2521+
buy_crypto: true,
2522+
withdraw_crypto: false,
2523+
multisig: false,
2524+
social_recovery: false,
2525+
onboard_documentation: "https://family.co/support/",
2526+
documentation: "https://family.co/support/",
2527+
supported_chains: [
2528+
"Ethereum Mainnet",
2529+
"OP Mainnet",
2530+
"zkSync Mainnet",
2531+
"Base",
2532+
"Blast",
2533+
"Scroll",
2534+
"World Chain",
2535+
"Arbitrum One",
2536+
],
2537+
},
24822538
] as const satisfies Omit<WalletData, "new_to_crypto">[]
24832539

24842540
export type WalletName = (typeof walletsData)[number]["name"]

0 commit comments

Comments
 (0)