Skip to content

Commit

Permalink
add cypherock x1 to wallet list [Fixes #13412]
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadjsr21 committed Aug 23, 2024
1 parent 9e4a8c9 commit ec9c120
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Binary file added public/images/wallets/cypherockx1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
import CypherockX1Image from "@/public/images/wallets/cypherockX1.png"
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
import ExodusImage from "@/public/images/wallets/exodus.png"
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
Expand Down Expand Up @@ -1988,6 +1989,49 @@ export const walletsData: WalletData[] = [
onboard_documentation: "https://docs.gemwallet.com/",
documentation: "https://docs.gemwallet.com/",
},
{
last_updated: "2024-08-24",
name: "Cypherock X1",
image: CypherockX1Image,
brand_color: "#e9b873",
url: "https://www.cypherock.com/",
active_development_team: true,
languages_supported: ["en", "de", "zh", "ar", "id"],
twitter: "https://twitter.com/CypherockWallet",
discord: "",
reddit: "",
telegram: "https://t.me/cypherock",
ios: false,
android: false,
linux: true,
windows: true,
macOS: true,
firefox: false,
chromium: false,
hardware: true,
open_source: true,
repo_url: "https://github.com/Cypherock/x1_wallet_firmware",
non_custodial: true,
security_audit: ["https://www.cypherock.com/keylabs"],
scam_protection: false,
hardware_support: true,
rpc_importing: false,
nft_support: true,
connect_to_dapps: true,
staking: false,
swaps: false,
multichain: true,
layer_2: true,
gas_fee_customization: true,
ens_support: false,
erc_20_support: false,
buy_crypto: false,
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation: "https://www.cypherock.com",
documentation: "https://github.com/Cypherock/x1_wallet_firmware",
},
]

export default walletsData

0 comments on commit ec9c120

Please sign in to comment.