@@ -13,6 +13,7 @@ import BridgeWalletImage from "@/public/images/wallets/bridge.png"
13
13
import ClearWallet from "@/public/images/wallets/clearwallet.png"
14
14
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
15
15
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
16
+ import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
16
17
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
17
18
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
18
19
import ExodusImage from "@/public/images/wallets/exodus.png"
@@ -2098,6 +2099,49 @@ export const walletsData: WalletData[] = [
2098
2099
supported_chains : [ "Ethereum Mainnet" ] , // TODO: Add supported chains
2099
2100
} ,
2100
2101
{
2102
+ last_updated : "2024-08-24" ,
2103
+ name : "Cypherock X1" ,
2104
+ image : CypherockX1Image ,
2105
+ brand_color : "#e9b873" ,
2106
+ url : "https://www.cypherock.com/" ,
2107
+ active_development_team : true ,
2108
+ languages_supported : [ "en" , "de" , "zh" , "ar" , "id" ] ,
2109
+ twitter : "https://twitter.com/CypherockWallet" ,
2110
+ discord : "" ,
2111
+ reddit : "" ,
2112
+ telegram : "https://t.me/cypherock" ,
2113
+ ios : false ,
2114
+ android : false ,
2115
+ linux : true ,
2116
+ windows : true ,
2117
+ macOS : true ,
2118
+ firefox : false ,
2119
+ chromium : false ,
2120
+ hardware : true ,
2121
+ open_source : true ,
2122
+ repo_url : "https://github.com/Cypherock/x1_wallet_firmware" ,
2123
+ non_custodial : true ,
2124
+ security_audit : [ "https://www.cypherock.com/keylabs" ] ,
2125
+ scam_protection : false ,
2126
+ hardware_support : true ,
2127
+ rpc_importing : false ,
2128
+ nft_support : true ,
2129
+ connect_to_dapps : true ,
2130
+ staking : false ,
2131
+ swaps : false ,
2132
+ multichain : true ,
2133
+ layer_2 : true ,
2134
+ gas_fee_customization : true ,
2135
+ ens_support : false ,
2136
+ erc_20_support : false ,
2137
+ buy_crypto : false ,
2138
+ withdraw_crypto : false ,
2139
+ multisig : false ,
2140
+ social_recovery : false ,
2141
+ onboard_documentation : "https://www.cypherock.com" ,
2142
+ documentation : "https://github.com/Cypherock/x1_wallet_firmware" ,
2143
+ } ,
2144
+ {
2101
2145
last_updated : "2024-10-31" ,
2102
2146
name : "Clear Wallet" ,
2103
2147
image : ClearWallet ,
@@ -2133,7 +2177,7 @@ export const walletsData: WalletData[] = [
2133
2177
layer_2 : true ,
2134
2178
gas_fee_customization : true ,
2135
2179
ens_support : false ,
2136
- erc_20_support : true ,
2180
+ erc_20_support : true ,
2137
2181
buy_crypto : false ,
2138
2182
withdraw_crypto : false ,
2139
2183
multisig : false ,
0 commit comments