@@ -17,6 +17,7 @@ import CoinbaseImage from "@/public/images/wallets/coinbase.png"
17
17
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
18
18
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
19
19
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
20
+ import EdgeImage from "@/public/images/wallets/edge.png"
20
21
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
21
22
import ExodusImage from "@/public/images/wallets/exodus.png"
22
23
import FamilyImage from "@/public/images/wallets/family.png"
@@ -2531,6 +2532,57 @@ export const walletsData: WalletData[] = [
2531
2532
documentation : "https://help.burner.pro/en" ,
2532
2533
supported_chains : [ "Ethereum Mainnet" , "Base" ] ,
2533
2534
} ,
2535
+ {
2536
+ last_updated : "2025-09-09" ,
2537
+ name : "Edge Wallet" ,
2538
+ image : EdgeImage ,
2539
+ twBackgroundColor : "bg-[#1a1a1a]" ,
2540
+ twGradiantBrandColor : "from-[#1a1a1a]" ,
2541
+ url : "https://edge.app/" ,
2542
+ active_development_team : true ,
2543
+ languages_supported : [ "en" , "es" , "it" , "ru" , "pt" ] ,
2544
+ twitter : "https://x.com/edgewallet" ,
2545
+ discord : "" ,
2546
+ reddit : "https://www.reddit.com/r/EdgeWallet/" ,
2547
+ telegram : "" ,
2548
+ ios : true ,
2549
+ android : true ,
2550
+ linux : false ,
2551
+ windows : false ,
2552
+ macOS : true ,
2553
+ firefox : false ,
2554
+ chromium : false ,
2555
+ hardware : false ,
2556
+ open_source : true ,
2557
+ repo_url : "https://github.com/EdgeApp" ,
2558
+ non_custodial : true ,
2559
+ security_audit : [ ] ,
2560
+ scam_protection : true ,
2561
+ hardware_support : true ,
2562
+ rpc_importing : false ,
2563
+ nft_support : false ,
2564
+ connect_to_dapps : true ,
2565
+ staking : true ,
2566
+ swaps : true ,
2567
+ multichain : true ,
2568
+ layer_2 : true ,
2569
+ gas_fee_customization : true ,
2570
+ ens_support : true ,
2571
+ erc_20_support : true ,
2572
+ buy_crypto : true ,
2573
+ withdraw_crypto : true ,
2574
+ multisig : false ,
2575
+ social_recovery : false ,
2576
+ onboard_documentation : "https://edge.app/" ,
2577
+ documentation : "https://support.edge.app/hc/en-us" ,
2578
+ supported_chains : [
2579
+ "Ethereum Mainnet" ,
2580
+ "Arbitrum One" ,
2581
+ "Base" ,
2582
+ "OP Mainnet" ,
2583
+ "zkSync Mainnet" ,
2584
+ ] ,
2585
+ } ,
2534
2586
] as const satisfies Omit < WalletData , "new_to_crypto" > [ ]
2535
2587
2536
2588
export type WalletName = ( typeof walletsData ) [ number ] [ "name" ]
0 commit comments