@@ -13,8 +13,8 @@ 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"
17
16
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
17
+ import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
18
18
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
19
19
import ExodusImage from "@/public/images/wallets/exodus.png"
20
20
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -1546,7 +1546,20 @@ export const walletsData: WalletData[] = [
1546
1546
twGradiantBrandColor : "from-[#ffffff]" ,
1547
1547
url : "https://web3.bitget.com/" ,
1548
1548
active_development_team : true ,
1549
- languages_supported : [ "en" , "zh" , "zh-tw" , "ko" , "ja" , "vi" , "tr" , "es" , "id" , "hi" , "ar" , "pt" ] ,
1549
+ languages_supported : [
1550
+ "en" ,
1551
+ "zh" ,
1552
+ "zh-tw" ,
1553
+ "ko" ,
1554
+ "ja" ,
1555
+ "vi" ,
1556
+ "tr" ,
1557
+ "es" ,
1558
+ "id" ,
1559
+ "hi" ,
1560
+ "ar" ,
1561
+ "pt" ,
1562
+ ] ,
1550
1563
twitter : "https://twitter.com/BitgetWallet" ,
1551
1564
discord : "https://discord.gg/bitget-wallet" ,
1552
1565
reddit : "" ,
@@ -2102,7 +2115,8 @@ export const walletsData: WalletData[] = [
2102
2115
last_updated : "2024-08-24" ,
2103
2116
name : "Cypherock X1" ,
2104
2117
image : CypherockX1Image ,
2105
- brand_color : "#e9b873" ,
2118
+ twBackgroundColor : "bg-[#e9b873]" ,
2119
+ twGradiantBrandColor : "from-[#e9b873]" ,
2106
2120
url : "https://www.cypherock.com/" ,
2107
2121
active_development_team : true ,
2108
2122
languages_supported : [ "en" , "de" , "zh" , "ar" , "id" ] ,
@@ -2140,8 +2154,8 @@ export const walletsData: WalletData[] = [
2140
2154
social_recovery : false ,
2141
2155
onboard_documentation : "https://www.cypherock.com" ,
2142
2156
documentation : "https://github.com/Cypherock/x1_wallet_firmware" ,
2143
- } ,
2144
- {
2157
+ } ,
2158
+ {
2145
2159
last_updated : "2024-10-31" ,
2146
2160
name : "Clear Wallet" ,
2147
2161
image : ClearWallet ,
@@ -2177,7 +2191,7 @@ export const walletsData: WalletData[] = [
2177
2191
layer_2 : true ,
2178
2192
gas_fee_customization : true ,
2179
2193
ens_support : false ,
2180
- erc_20_support : true ,
2194
+ erc_20_support : true ,
2181
2195
buy_crypto : false ,
2182
2196
withdraw_crypto : false ,
2183
2197
multisig : false ,
0 commit comments