@@ -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"
@@ -2479,6 +2480,61 @@ export const walletsData: WalletData[] = [
2479
2480
"Taiko Alethia" ,
2480
2481
] ,
2481
2482
} ,
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
+ } ,
2482
2538
] as const satisfies Omit < WalletData , "new_to_crypto" > [ ]
2483
2539
2484
2540
export type WalletName = ( typeof walletsData ) [ number ] [ "name" ]
0 commit comments