Skip to content

Commit 378fd29

Browse files
authored
Merge pull request #13714 from irshadjsr21/cypherockx1
add cypherock x1 to wallet list
2 parents 04891b5 + 42850fc commit 378fd29

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

public/images/wallets/cypherockx1.png

9.33 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1313
import ClearWallet from "@/public/images/wallets/clearwallet.png"
1414
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
1515
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
16+
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
1617
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
1718
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
1819
import ExodusImage from "@/public/images/wallets/exodus.png"
@@ -2098,6 +2099,49 @@ export const walletsData: WalletData[] = [
20982099
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
20992100
},
21002101
{
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+
{
21012145
last_updated: "2024-10-31",
21022146
name: "Clear Wallet",
21032147
image: ClearWallet,
@@ -2133,7 +2177,7 @@ export const walletsData: WalletData[] = [
21332177
layer_2: true,
21342178
gas_fee_customization: true,
21352179
ens_support: false,
2136-
erc_20_support: true,
2180+
erc_20_support: true,
21372181
buy_crypto: false,
21382182
withdraw_crypto: false,
21392183
multisig: false,

0 commit comments

Comments
 (0)