@@ -2334,6 +2334,57 @@ const walletData: WalletData[] = [
2334
2334
onboard_documentation : "https://study.bitkeep.com/en/" ,
2335
2335
documentation : "https://docs.bitkeep.com/guide/" ,
2336
2336
} ,
2337
+ {
2338
+ last_updated : "2023-01-24" ,
2339
+ name : "BlockWallet" ,
2340
+ image_name : "blockwallet" ,
2341
+ brand_color : "#FFFFFF" ,
2342
+ url : "https://blockwallet.io" ,
2343
+ wallet_live_date : "2022-02-28" ,
2344
+ active_development_team : true ,
2345
+ languages_supported : [ "en" ] ,
2346
+ twitter : "https://twitter.com/GetBlockWallet" ,
2347
+ discord : "https://discord.com/invite/EKVZ2xWXEH" ,
2348
+ reddit : "" ,
2349
+ telegram : "https://t.me/blockwallet" ,
2350
+ ios : false ,
2351
+ android : false ,
2352
+ linux : false ,
2353
+ windows : false ,
2354
+ macOS : false ,
2355
+ firefox : false ,
2356
+ chromium : true ,
2357
+ hardware : false ,
2358
+ open_source : true ,
2359
+ repo_url : "https://github.com/block-wallet/extension" ,
2360
+ non_custodial : true ,
2361
+ security_audit : [
2362
+ "https://github.com/block-wallet/block-wallet/blob/main/audits/Least%20Authority%201.pdf" ,
2363
+ "https://github.com/block-wallet/block-wallet/blob/main/audits/BLW-01-report.v3.pdf" ,
2364
+ "https://immunefi.com/bounty/blockwallet/" ,
2365
+ "https://blockwallet.io/security-audits.html" ,
2366
+ ] ,
2367
+ scam_protection : true ,
2368
+ hardware_support : true ,
2369
+ walletconnect : false ,
2370
+ rpc_importing : true ,
2371
+ nft_support : false ,
2372
+ connect_to_dapps : true ,
2373
+ staking : false ,
2374
+ swaps : true ,
2375
+ multichain : true ,
2376
+ layer_2 : true ,
2377
+ gas_fee_customization : true ,
2378
+ ens_support : true ,
2379
+ erc_20_support : true ,
2380
+ eip_1559_support : true ,
2381
+ buy_crypto : false ,
2382
+ withdraw_crypto : false ,
2383
+ multisig : false ,
2384
+ social_recovery : false ,
2385
+ onboard_documentation : "https://help.blockwallet.io/hc/en-us" ,
2386
+ documentation : "https://github.com/block-wallet/extension" ,
2387
+ } ,
2337
2388
]
2338
2389
2339
2390
export default walletData
0 commit comments