Skip to content

Commit 7257178

Browse files
committed
add family wallet
1 parent e170a44 commit 7257178

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

public/images/wallets/family.png

4.17 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"
@@ -2478,6 +2479,61 @@ export const walletsData: WalletData[] = [
24782479
"Taiko Alethia",
24792480
],
24802481
},
2482+
{
2483+
last_updated: "2025-02-19",
2484+
name: "Family",
2485+
image: FamilyImage,
2486+
twBackgroundColor: "bg-[#FFFFFF]",
2487+
twGradiantBrandColor: "from-[#ffffff]",
2488+
url: "https://family.co/",
2489+
active_development_team: true,
2490+
languages_supported: ["en"],
2491+
twitter: "https://x.com/family",
2492+
discord: "",
2493+
reddit: "",
2494+
telegram: "",
2495+
ios: true,
2496+
android: false,
2497+
linux: false,
2498+
windows: false,
2499+
macOS: false,
2500+
firefox: false,
2501+
chromium: false,
2502+
hardware: false,
2503+
open_source: false,
2504+
repo_url: "https://github.com/family",
2505+
non_custodial: true,
2506+
security_audit: [
2507+
"https://family.co/media/family-wallet-audit-report-2024.pdf",
2508+
],
2509+
scam_protection: true,
2510+
hardware_support: false,
2511+
rpc_importing: false,
2512+
nft_support: true,
2513+
connect_to_dapps: true,
2514+
staking: false,
2515+
swaps: true,
2516+
layer_2: true,
2517+
gas_fee_customization: true,
2518+
ens_support: true,
2519+
erc_20_support: false,
2520+
buy_crypto: true,
2521+
withdraw_crypto: false,
2522+
multisig: false,
2523+
social_recovery: false,
2524+
onboard_documentation: "https://family.co/support/",
2525+
documentation: "https://family.co/support/",
2526+
supported_chains: [
2527+
"Ethereum Mainnet",
2528+
"OP Mainnet",
2529+
"zkSync Mainnet",
2530+
"Base",
2531+
"Blast",
2532+
"Scroll",
2533+
"World Chain",
2534+
"Arbitrum One",
2535+
],
2536+
},
24812537
] as const satisfies Omit<WalletData, "new_to_crypto">[]
24822538

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

0 commit comments

Comments
 (0)