@@ -19,6 +19,7 @@ import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
19
19
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
20
20
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
21
21
import ExodusImage from "@/public/images/wallets/exodus.png"
22
+ import FamilyImage from "@/public/images/wallets/family.png"
22
23
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
23
24
import FrameImage from "@/public/images/wallets/frame.png"
24
25
import GemWalletImage from "@/public/images/wallets/gemwallet.png"
@@ -2478,6 +2479,61 @@ export const walletsData: WalletData[] = [
2478
2479
"Taiko Alethia" ,
2479
2480
] ,
2480
2481
} ,
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
+ } ,
2481
2537
] as const satisfies Omit < WalletData , "new_to_crypto" > [ ]
2482
2538
2483
2539
export type WalletName = ( typeof walletsData ) [ number ] [ "name" ]
0 commit comments