Skip to content

Commit a7bcfba

Browse files
authored
Merge pull request #14551 from sumitvekariya/braavos-wallet
added braavos wallet in the list of wallets
2 parents 5f47434 + f87ddfc commit a7bcfba

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
118 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import ArgentImage from "@/public/images/wallets/argent.png"
99
import AuroxImage from "@/public/images/wallets/aurox.png"
1010
import BitgetImage from "@/public/images/wallets/bitget.png"
1111
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
12+
import BraavosImage from "@/public/images/wallets/braavos_wallet.png"
1213
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1314
import ClearWallet from "@/public/images/wallets/clearwallet.png"
1415
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
@@ -2353,6 +2354,52 @@ export const walletsData: WalletData[] = [
23532354
documentation: "https://clear-wallet.flashsoft.eu/docs/",
23542355
supported_chains: ["Ethereum Mainnet"],
23552356
},
2357+
{
2358+
last_updated: "2024-12-26",
2359+
name: "Braavos",
2360+
image: BraavosImage,
2361+
twBackgroundColor: "bg-[#FFFFFF]",
2362+
twGradiantBrandColor: "from-[#ffffff]",
2363+
url: "https://braavos.app/",
2364+
active_development_team: true,
2365+
languages_supported: ["en"],
2366+
twitter: "https://twitter.com/myBraavos",
2367+
discord: "https://discord.com/invite/9Ks7V5DN9z",
2368+
reddit: "",
2369+
telegram: "https://t.me/mybraavos",
2370+
ios: true,
2371+
android: true,
2372+
linux: false,
2373+
windows: false,
2374+
macOS: false,
2375+
firefox: true,
2376+
chromium: true,
2377+
hardware: false,
2378+
open_source: false,
2379+
repo_url: "https://github.com/myBraavos/",
2380+
non_custodial: true,
2381+
security_audit: [
2382+
"https://github.com/myBraavos/braavos-account-cairo/tree/main/audit",
2383+
],
2384+
scam_protection: true,
2385+
hardware_support: false,
2386+
rpc_importing: false,
2387+
nft_support: true,
2388+
connect_to_dapps: true,
2389+
staking: true,
2390+
swaps: true,
2391+
layer_2: true,
2392+
gas_fee_customization: true,
2393+
ens_support: false, // Supports SNS (Starknet Name Service) instead
2394+
erc_20_support: true,
2395+
buy_crypto: true,
2396+
withdraw_crypto: true,
2397+
multisig: true,
2398+
social_recovery: false,
2399+
onboard_documentation: "https://braavos.app/faq/",
2400+
documentation: "",
2401+
supported_chains: ["Starknet"],
2402+
},
23562403
] as const satisfies Omit<WalletData, "new_to_crypto">[]
23572404

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

0 commit comments

Comments
 (0)