1
1
import { StaticImageData } from "next/image"
2
2
3
3
import OneInchWalletImage from "@/public/wallets/1inch.png"
4
- import AirgapImage from "@/public/wallets/airgap.png"
5
4
import AlphaWalletImage from "@/public/wallets/alpha.png"
6
5
import AmbireImage from "@/public/wallets/ambire.png"
7
6
import ApexImage from "@/public/wallets/apex.png"
8
7
import ArgentImage from "@/public/wallets/argent.png"
9
8
import AuroxImage from "@/public/wallets/aurox.png"
10
- import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
11
9
import BitkeepImage from "@/public/wallets/bitkeep.png"
12
10
import BlockWalletImage from "@/public/wallets/blockwallet.png"
13
11
import BridgeWalletImage from "@/public/wallets/bridge.png"
14
12
import Coin98Image from "@/public/wallets/coin98.png"
15
13
import CoinbaseImage from "@/public/wallets/coinbase.png"
16
- import CoinwalletImage from "@/public/wallets/coinwallet.png"
17
14
import EnkryptImage from "@/public/wallets/enkrypt.png"
18
15
import ExodusImage from "@/public/wallets/exodus.png"
19
16
import FoxWalletImage from "@/public/wallets/foxwallet.png"
20
17
import FrameImage from "@/public/wallets/frame.png"
21
18
import GridPlusImage from "@/public/wallets/gridplus.png"
22
- import GuardaImage from "@/public/wallets/guarda.png"
23
19
import imTokenImage from "@/public/wallets/imtoken.png"
24
20
import InfinityWalletImage from "@/public/wallets/infinity_wallet.png"
25
21
import KeystoneImage from "@/public/wallets/keystone.png"
@@ -41,7 +37,6 @@ import TorusImage from "@/public/wallets/torus.png"
41
37
import TrezorImage from "@/public/wallets/trezor.png"
42
38
import UnstoppableWalletImage from "@/public/wallets/unstoppable.png"
43
39
import XDEFIImage from "@/public/wallets/xdefi.png"
44
- import ZengoImage from "@/public/wallets/zengo.png"
45
40
import ZerionImage from "@/public/wallets/zerion.png"
46
41
47
42
export interface WalletData {
@@ -248,53 +243,6 @@ const walletData: WalletData[] = [
248
243
onboard_documentation : "" ,
249
244
documentation : "" ,
250
245
} ,
251
- {
252
- last_updated : "June 22, 2022" ,
253
- name : "AirGap wallet" ,
254
- image : AirgapImage ,
255
- brand_color : "#50249F" ,
256
- url : "https://airgap.it/" ,
257
- wallet_live_date : "July 2017" ,
258
- active_development_team : true ,
259
- languages_supported : [ "en" , "de" , "zh" ] ,
260
- twitter : "https://twitter.com/AirGap_it/" ,
261
- discord : "https://discord.gg/gnWqCQsteh" ,
262
- reddit : "" ,
263
- telegram : "https://t.me/AirGap" ,
264
- ios : true ,
265
- android : true ,
266
- linux : true ,
267
- windows : true ,
268
- macOS : true ,
269
- firefox : false ,
270
- chromium : false ,
271
- hardware : false ,
272
- open_source : true ,
273
- repo_url : "https://github.com/airgap-it/airgap-wallet" ,
274
- non_custodial : true ,
275
- security_audit : [
276
- "https://github.com/airgap-it/airgap-coin-lib/tree/master/docs/audits" ,
277
- ] ,
278
- scam_protection : false ,
279
- hardware_support : true ,
280
- walletconnect : true ,
281
- rpc_importing : false ,
282
- nft_support : false ,
283
- connect_to_dapps : true ,
284
- staking : true ,
285
- swaps : true ,
286
- layer_2 : false ,
287
- gas_fee_customization : true ,
288
- ens_support : false ,
289
- erc_20_support : false ,
290
- eip_1559_support : false ,
291
- buy_crypto : false ,
292
- withdraw_crypto : false ,
293
- multisig : false ,
294
- social_recovery : true ,
295
- onboard_documentation : "https://support.airgap.it/" ,
296
- documentation : "" ,
297
- } ,
298
246
{
299
247
last_updated : "June 22, 2022" ,
300
248
name : "Argent" ,
@@ -525,77 +473,6 @@ const walletData: WalletData[] = [
525
473
onboard_documentation : "https://docs.safe.global/" ,
526
474
documentation : "https://docs.safe.global/" ,
527
475
} ,
528
- {
529
- last_updated : "June 22, 2022" ,
530
- name : "Coin wallet" ,
531
- image : CoinwalletImage ,
532
- brand_color : "#ffffff" ,
533
- url : "https://coin.space/" ,
534
- wallet_live_date : "July 2015" ,
535
- active_development_team : true ,
536
- languages_supported : [
537
- "id" ,
538
- "ba" ,
539
- "cs" ,
540
- "de" ,
541
- "en" ,
542
- "es" ,
543
- "fr" ,
544
- "cr" ,
545
- "it" ,
546
- "hu" ,
547
- "nl" ,
548
- "no" ,
549
- "pl" ,
550
- "pt-br" ,
551
- "rs" ,
552
- "vi" ,
553
- "tr" ,
554
- "ph" ,
555
- "ru" ,
556
- "uk" ,
557
- "th" ,
558
- "kh" ,
559
- "ko" ,
560
- "jp" ,
561
- "zh" ,
562
- ] ,
563
- twitter : "https://twitter.com/CoinAppWallet" ,
564
- discord : "" ,
565
- reddit : "" ,
566
- telegram : "" ,
567
- ios : true ,
568
- android : true ,
569
- linux : true ,
570
- windows : true ,
571
- macOS : true ,
572
- firefox : false ,
573
- chromium : false ,
574
- hardware : false ,
575
- open_source : true ,
576
- repo_url : "https://github.com/CoinSpace/CoinSpace" ,
577
- non_custodial : true ,
578
- security_audit : [ "" ] ,
579
- scam_protection : false ,
580
- hardware_support : false ,
581
- walletconnect : false ,
582
- rpc_importing : false ,
583
- nft_support : false ,
584
- connect_to_dapps : false ,
585
- staking : false ,
586
- swaps : false ,
587
- layer_2 : false ,
588
- gas_fee_customization : true ,
589
- ens_support : true ,
590
- erc_20_support : true ,
591
- eip_1559_support : false ,
592
- buy_crypto : true ,
593
- withdraw_crypto : true ,
594
- multisig : false ,
595
- social_recovery : false ,
596
- onboard_documentation : "https://support.coin.space/hc/en-us" ,
597
- documentation : "" ,
598
- } ,
599
476
{
600
477
last_updated : "August 23, 2023" ,
601
478
name : "Ambire" ,
@@ -642,51 +519,6 @@ const walletData: WalletData[] = [
642
519
"https://help.ambire.com/hc/en-us/categories/4404980091538-Ambire-Wallet" ,
643
520
documentation : "" ,
644
521
} ,
645
- {
646
- last_updated : "June 23, 2022" ,
647
- name : "ZenGo" ,
648
- image : ZengoImage ,
649
- brand_color : "#35C4BA" ,
650
- url : "https://zengo.com/" ,
651
- wallet_live_date : "Jan, 2020" ,
652
- active_development_team : true ,
653
- languages_supported : [ "en" , "fr" ] ,
654
- twitter : "https://twitter.com/ZenGo" ,
655
- discord : "https://twitter.com/zengo" ,
656
- reddit : "" ,
657
- telegram : "" ,
658
- ios : true ,
659
- android : true ,
660
- linux : false ,
661
- windows : false ,
662
- macOS : false ,
663
- firefox : false ,
664
- chromium : false ,
665
- hardware : false ,
666
- open_source : false ,
667
- repo_url : "https://github.com/ZenGo-X" ,
668
- non_custodial : false ,
669
- security_audit : [ "https://zengo.com/security/" ] ,
670
- scam_protection : true ,
671
- hardware_support : true ,
672
- walletconnect : true ,
673
- rpc_importing : false ,
674
- nft_support : true ,
675
- connect_to_dapps : true ,
676
- staking : true ,
677
- swaps : true ,
678
- layer_2 : false ,
679
- gas_fee_customization : false ,
680
- ens_support : false ,
681
- erc_20_support : false ,
682
- eip_1559_support : false ,
683
- buy_crypto : true ,
684
- withdraw_crypto : true ,
685
- multisig : false ,
686
- social_recovery : false ,
687
- onboard_documentation : "https://help.zengo.com/en/" ,
688
- documentation : "" ,
689
- } ,
690
522
{
691
523
last_updated : "June 24, 2022" ,
692
524
name : "imToken" ,
@@ -1079,52 +911,6 @@ const walletData: WalletData[] = [
1079
911
onboard_documentation : "https://alphawallet.zendesk.com/hc/en-us" ,
1080
912
documentation : "" ,
1081
913
} ,
1082
- {
1083
- last_updated : "June 24, 2022" ,
1084
- name : "Guarda" ,
1085
- image : GuardaImage ,
1086
- brand_color : "#ffffff" ,
1087
- url : "https://guarda.com/" ,
1088
- wallet_live_date : "2017" ,
1089
- active_development_team : true ,
1090
- languages_supported : [ "en" ] ,
1091
- twitter : "https://twitter.com/GuardaWallet" ,
1092
- discord : "" ,
1093
- reddit : "https://www.reddit.com/r/GuardaWallet/" ,
1094
- telegram : "https://t.me/Guarda_community" ,
1095
- ios : true ,
1096
- android : true ,
1097
- linux : true ,
1098
- windows : true ,
1099
- macOS : true ,
1100
- firefox : true ,
1101
- chromium : true ,
1102
- hardware : false ,
1103
- open_source : false ,
1104
- repo_url : "" ,
1105
- non_custodial : true ,
1106
- security_audit : [ "" ] ,
1107
- scam_protection : true ,
1108
- hardware_support : true ,
1109
- walletconnect : true ,
1110
- rpc_importing : false ,
1111
- nft_support : true ,
1112
- connect_to_dapps : true ,
1113
- staking : true ,
1114
- swaps : true ,
1115
- multichain : true ,
1116
- layer_2 : false ,
1117
- gas_fee_customization : true ,
1118
- ens_support : true ,
1119
- erc_20_support : true ,
1120
- eip_1559_support : false ,
1121
- buy_crypto : true ,
1122
- withdraw_crypto : false ,
1123
- multisig : false ,
1124
- social_recovery : false ,
1125
- onboard_documentation : "" ,
1126
- documentation : "https://support.guarda.com/" ,
1127
- } ,
1128
914
{
1129
915
last_updated : "June 24, 2022" ,
1130
916
name : "Bridge wallet" ,
@@ -1571,76 +1357,6 @@ const walletData: WalletData[] = [
1571
1357
onboard_documentation : "" ,
1572
1358
documentation : "" ,
1573
1359
} ,
1574
- {
1575
- last_updated : "2022-08-22" ,
1576
- name : "Bitcoin.com Wallet" ,
1577
- image : BitcoindotcomImage ,
1578
- brand_color : "#F2F7FC" ,
1579
- url : "https://wallet.bitcoin.com" ,
1580
- wallet_live_date : "2017-06-18" ,
1581
- active_development_team : true ,
1582
- languages_supported : [
1583
- "en" ,
1584
- "ar" ,
1585
- "bg" ,
1586
- "ca" ,
1587
- "zh" ,
1588
- "zh-tw" ,
1589
- "cs" ,
1590
- "de" ,
1591
- "fr" ,
1592
- "hi" ,
1593
- "id" ,
1594
- "it" ,
1595
- "ja" ,
1596
- "ko" ,
1597
- "fa" ,
1598
- "po" ,
1599
- "pt" ,
1600
- "ru" ,
1601
- "es" ,
1602
- "se" ,
1603
- "th" ,
1604
- "tr" ,
1605
- "vi" ,
1606
- ] ,
1607
- twitter : "https://twitter.com/BitcoinCom" ,
1608
- discord : "https://discord.gg/7yHF65s7Z2" ,
1609
- reddit : "" ,
1610
- telegram : "https://t.me/www_Bitcoin_com" ,
1611
- ios : true ,
1612
- android : true ,
1613
- linux : false ,
1614
- windows : false ,
1615
- macOS : true ,
1616
- firefox : false ,
1617
- chromium : false ,
1618
- hardware : false ,
1619
- open_source : false ,
1620
- repo_url : "" ,
1621
- non_custodial : true ,
1622
- security_audit : [ "" ] ,
1623
- scam_protection : false ,
1624
- hardware_support : false ,
1625
- walletconnect : true ,
1626
- rpc_importing : false ,
1627
- nft_support : false ,
1628
- connect_to_dapps : true ,
1629
- staking : false ,
1630
- swaps : true ,
1631
- multichain : true ,
1632
- layer_2 : false ,
1633
- gas_fee_customization : true ,
1634
- ens_support : true ,
1635
- erc_20_support : true ,
1636
- eip_1559_support : false ,
1637
- buy_crypto : true ,
1638
- withdraw_crypto : true ,
1639
- multisig : false ,
1640
- social_recovery : false ,
1641
- onboard_documentation : "http://www.bitcoin.com/get-started/" ,
1642
- documentation : "http://www.bitcoin.com/get-started/" ,
1643
- } ,
1644
1360
{
1645
1361
last_updated : "2022-08-31" ,
1646
1362
name : "Zerion Wallet" ,
0 commit comments