@@ -10,6 +10,7 @@ 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
12
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
13
+ import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
13
14
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
14
15
import ExodusImage from "@/public/images/wallets/exodus.png"
15
16
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -1988,6 +1989,49 @@ export const walletsData: WalletData[] = [
1988
1989
onboard_documentation : "https://docs.gemwallet.com/" ,
1989
1990
documentation : "https://docs.gemwallet.com/" ,
1990
1991
} ,
1992
+ {
1993
+ last_updated : "2024-08-24" ,
1994
+ name : "Cypherock X1" ,
1995
+ image : CypherockX1Image ,
1996
+ brand_color : "#e9b873" ,
1997
+ url : "https://www.cypherock.com/" ,
1998
+ active_development_team : true ,
1999
+ languages_supported : [ "en" , "de" , "zh" , "ar" , "id" ] ,
2000
+ twitter : "https://twitter.com/CypherockWallet" ,
2001
+ discord : "" ,
2002
+ reddit : "" ,
2003
+ telegram : "https://t.me/cypherock" ,
2004
+ ios : false ,
2005
+ android : false ,
2006
+ linux : true ,
2007
+ windows : true ,
2008
+ macOS : true ,
2009
+ firefox : false ,
2010
+ chromium : false ,
2011
+ hardware : true ,
2012
+ open_source : true ,
2013
+ repo_url : "https://github.com/Cypherock/x1_wallet_firmware" ,
2014
+ non_custodial : true ,
2015
+ security_audit : [ "https://www.cypherock.com/keylabs" ] ,
2016
+ scam_protection : false ,
2017
+ hardware_support : true ,
2018
+ rpc_importing : false ,
2019
+ nft_support : true ,
2020
+ connect_to_dapps : true ,
2021
+ staking : false ,
2022
+ swaps : false ,
2023
+ multichain : true ,
2024
+ layer_2 : true ,
2025
+ gas_fee_customization : true ,
2026
+ ens_support : false ,
2027
+ erc_20_support : false ,
2028
+ buy_crypto : false ,
2029
+ withdraw_crypto : false ,
2030
+ multisig : false ,
2031
+ social_recovery : false ,
2032
+ onboard_documentation : "https://www.cypherock.com" ,
2033
+ documentation : "https://github.com/Cypherock/x1_wallet_firmware" ,
2034
+ } ,
1991
2035
]
1992
2036
1993
2037
export default walletsData
0 commit comments