@@ -9,6 +9,7 @@ import BitkeepImage from "@/public/images/wallets/bitkeep.png"
9
9
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
10
10
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
11
11
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
12
+ import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
12
13
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
13
14
import ExodusImage from "@/public/images/wallets/exodus.png"
14
15
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -408,6 +409,76 @@ export const walletsData: WalletData[] = [
408
409
onboard_documentation : "https://docs.safe.global/" ,
409
410
documentation : "https://docs.safe.global/" ,
410
411
} ,
412
+ {
413
+ last_updated : "May 10, 2024" ,
414
+ name : "Coin Wallet" ,
415
+ image : CoinWalletImage ,
416
+ brand_color : "#68c481" ,
417
+ url : "https://coin.space/" ,
418
+ active_development_team : true ,
419
+ languages_supported : [
420
+ "id" ,
421
+ "bs" ,
422
+ "cs" ,
423
+ "de" ,
424
+ "en" ,
425
+ "es" ,
426
+ "fil" ,
427
+ "fr" ,
428
+ "hr" ,
429
+ "it" ,
430
+ "hu" ,
431
+ "nl" ,
432
+ "nb" ,
433
+ "pl" ,
434
+ "pt-br" ,
435
+ "ro" ,
436
+ "sr" ,
437
+ "sv" ,
438
+ "vi" ,
439
+ "tr" ,
440
+ "ru" ,
441
+ "uk" ,
442
+ "th" ,
443
+ "km" ,
444
+ "ko" ,
445
+ "ja" ,
446
+ "zh-cn"
447
+ ] ,
448
+ twitter : "https://twitter.com/CoinAppWallet" ,
449
+ discord : "" ,
450
+ reddit : "" ,
451
+ telegram : "" ,
452
+ ios : true ,
453
+ android : true ,
454
+ linux : true ,
455
+ windows : true ,
456
+ macOS : true ,
457
+ firefox : false ,
458
+ chromium : false ,
459
+ hardware : false ,
460
+ open_source : true ,
461
+ repo_url : "https://github.com/CoinSpace/CoinSpace" ,
462
+ non_custodial : true ,
463
+ security_audit : [ "" ] ,
464
+ scam_protection : false ,
465
+ hardware_support : true ,
466
+ rpc_importing : false ,
467
+ nft_support : false ,
468
+ connect_to_dapps : false ,
469
+ staking : false ,
470
+ swaps : true ,
471
+ layer_2 : false ,
472
+ gas_fee_customization : true ,
473
+ ens_support : true ,
474
+ erc_20_support : true ,
475
+ buy_crypto : true ,
476
+ withdraw_crypto : true ,
477
+ multisig : false ,
478
+ social_recovery : false ,
479
+ onboard_documentation : "https://coin.space/ethereum-wallet/" ,
480
+ documentation : "https://support.coin.space/hc/en-us" ,
481
+ } ,
411
482
{
412
483
last_updated : "2023-08-23" ,
413
484
name : "Ambire" ,
0 commit comments