@@ -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"
@@ -2348,6 +2349,52 @@ export const walletsData: WalletData[] = [
2348
2349
documentation : "https://clear-wallet.flashsoft.eu/docs/" ,
2349
2350
supported_chains : [ "Ethereum Mainnet" ] ,
2350
2351
} ,
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
+ } ,
2351
2398
] as const satisfies Omit < WalletData , "new_to_crypto" > [ ]
2352
2399
2353
2400
export type WalletName = ( typeof walletsData ) [ number ] [ "name" ]
0 commit comments