Skip to content

Commit 3fb9e33

Browse files
committed
add cypherock x1 to wallet list [Fixes #13412]
1 parent 9e4a8c9 commit 3fb9e33

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

public/images/wallets/cypherockx1.png

9.33 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
1010
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1111
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
1212
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
13+
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
1314
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
1415
import ExodusImage from "@/public/images/wallets/exodus.png"
1516
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -1988,6 +1989,49 @@ export const walletsData: WalletData[] = [
19881989
onboard_documentation: "https://docs.gemwallet.com/",
19891990
documentation: "https://docs.gemwallet.com/",
19901991
},
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+
},
19912035
]
19922036

19932037
export default walletsData

0 commit comments

Comments
 (0)