Skip to content

Commit 8f4e7ad

Browse files
authored
Merge pull request #16210 from ethereum/claude/issue-15195-20250909-1352
Add Edge Wallet to find wallet page
2 parents 8fa674c + 1ffa575 commit 8f4e7ad

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

public/images/wallets/edge.png

3.84 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import CoinbaseImage from "@/public/images/wallets/coinbase.png"
1717
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
1818
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
1919
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
20+
import EdgeImage from "@/public/images/wallets/edge.png"
2021
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
2122
import ExodusImage from "@/public/images/wallets/exodus.png"
2223
import FamilyImage from "@/public/images/wallets/family.png"
@@ -2531,6 +2532,57 @@ export const walletsData: WalletData[] = [
25312532
documentation: "https://help.burner.pro/en",
25322533
supported_chains: ["Ethereum Mainnet", "Base"],
25332534
},
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+
},
25342586
] as const satisfies Omit<WalletData, "new_to_crypto">[]
25352587

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

0 commit comments

Comments
 (0)