@@ -9,6 +9,7 @@ import ArgentImage from "@/public/images/wallets/argent.png"
9
9
import AuroxImage from "@/public/images/wallets/aurox.png"
10
10
import BitgetImage from "@/public/images/wallets/bitget.png"
11
11
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
12
+ import BraavosImage from "@/public/images/wallets/braavos_wallet.png"
12
13
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
13
14
import ClearWallet from "@/public/images/wallets/clearwallet.png"
14
15
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
@@ -2353,6 +2354,52 @@ export const walletsData: WalletData[] = [
2353
2354
documentation : "https://clear-wallet.flashsoft.eu/docs/" ,
2354
2355
supported_chains : [ "Ethereum Mainnet" ] ,
2355
2356
} ,
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
+ } ,
2356
2403
] as const satisfies Omit < WalletData , "new_to_crypto" > [ ]
2357
2404
2358
2405
export type WalletName = ( typeof walletsData ) [ number ] [ "name" ]
0 commit comments