Skip to content

Commit f87ddfc

Browse files
committed
added braavos wallet in the list of wallets
1 parent 94d12a8 commit f87ddfc

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"
@@ -2348,6 +2349,52 @@ export const walletsData: WalletData[] = [
23482349
documentation: "https://clear-wallet.flashsoft.eu/docs/",
23492350
supported_chains: ["Ethereum Mainnet"],
23502351
},
2352+
{
2353+
last_updated: "2024-12-26",
2354+
name: "Braavos",
2355+
image: BraavosImage,
2356+
twBackgroundColor: "bg-[#FFFFFF]",
2357+
twGradiantBrandColor: "from-[#ffffff]",
2358+
url: "https://braavos.app/",
2359+
active_development_team: true,
2360+
languages_supported: ["en"],
2361+
twitter: "https://twitter.com/myBraavos",
2362+
discord: "https://discord.com/invite/9Ks7V5DN9z",
2363+
reddit: "",
2364+
telegram: "https://t.me/mybraavos",
2365+
ios: true,
2366+
android: true,
2367+
linux: false,
2368+
windows: false,
2369+
macOS: false,
2370+
firefox: true,
2371+
chromium: true,
2372+
hardware: false,
2373+
open_source: false,
2374+
repo_url: "https://github.com/myBraavos/",
2375+
non_custodial: true,
2376+
security_audit: [
2377+
"https://github.com/myBraavos/braavos-account-cairo/tree/main/audit",
2378+
],
2379+
scam_protection: true,
2380+
hardware_support: false,
2381+
rpc_importing: false,
2382+
nft_support: true,
2383+
connect_to_dapps: true,
2384+
staking: true,
2385+
swaps: true,
2386+
layer_2: true,
2387+
gas_fee_customization: true,
2388+
ens_support: false, // Supports SNS (Starknet Name Service) instead
2389+
erc_20_support: true,
2390+
buy_crypto: true,
2391+
withdraw_crypto: true,
2392+
multisig: true,
2393+
social_recovery: false,
2394+
onboard_documentation: "https://braavos.app/faq/",
2395+
documentation: "",
2396+
supported_chains: ["Starknet"],
2397+
},
23512398
] as const satisfies Omit<WalletData, "new_to_crypto">[]
23522399

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

0 commit comments

Comments
 (0)