Skip to content

Commit 82d6d28

Browse files
authored
Merge pull request #14263 from ethereum/konopkja-patch-6
Update wallet-data.ts - ctrl wallet (previously xdefi)
2 parents 644e436 + 7ea6108 commit 82d6d28

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

public/images/wallets/ctrl.png

3.22 KB
Loading

public/images/wallets/xdefi.png

-13.2 KB
Binary file not shown.

src/data/wallets/wallet-data.ts

Lines changed: 14 additions & 15 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 CtrlWalletImage from "@/public/images/wallets/ctrl.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"
@@ -36,7 +37,6 @@ import TorusImage from "@/public/images/wallets/torus.png"
3637
import TrezorImage from "@/public/images/wallets/trezor.png"
3738
import TrustWalletImage from "@/public/images/wallets/trustwallet.png"
3839
import UnstoppableWalletImage from "@/public/images/wallets/unstoppable.png"
39-
import XDEFIImage from "@/public/images/wallets/xdefi.png"
4040
import ZerionImage from "@/public/images/wallets/zerion.png"
4141

4242
export const walletsData: WalletData[] = [
@@ -1751,17 +1751,17 @@ export const walletsData: WalletData[] = [
17511751
},
17521752
{
17531753
last_updated: "2023-08-29",
1754-
name: "XDEFI Wallet",
1755-
image: XDEFIImage,
1756-
twBackgroundColor: "bg-[#2041E0]",
1757-
twGradiantBrandColor: "from-[#2041E0]",
1758-
url: "https://www.xdefi.io",
1754+
name: "Ctrl Wallet",
1755+
image: CtrlWalletImage,
1756+
twBackgroundColor: "bg-[#ffffff]",
1757+
twGradiantBrandColor: "from-[#ffffff]",
1758+
url: "https://ctrl.xyz/",
17591759
active_development_team: true,
17601760
languages_supported: ["en", "fr", "de", "ru"],
1761-
twitter: "https://twitter.com/xdefi_wallet",
1762-
discord: "https://discord.gg/xdefiwallet",
1761+
twitter: "https://x.com/ctrl_wallet",
1762+
discord: "https://discord.gg/ctrlwallet",
17631763
reddit: "",
1764-
telegram: "https://t.me/xdefi_announcements",
1764+
telegram: "https://t.me/ctrl_wallet",
17651765
ios: false,
17661766
android: false,
17671767
linux: false,
@@ -1776,7 +1776,7 @@ export const walletsData: WalletData[] = [
17761776
security_audit: [
17771777
"https://www.xdefi.io/wp-content/uploads/2021/07/XDEFI_Audit_Report_Kudelski.pdf",
17781778
],
1779-
scam_protection: false,
1779+
scam_protection: true,
17801780
hardware_support: true,
17811781
rpc_importing: true,
17821782
nft_support: true,
@@ -1789,12 +1789,11 @@ export const walletsData: WalletData[] = [
17891789
ens_support: true,
17901790
erc_20_support: true,
17911791
buy_crypto: true,
1792-
withdraw_crypto: false,
1792+
withdraw_crypto: true,
17931793
multisig: false,
1794-
social_recovery: false,
1795-
onboard_documentation: "https://www.xdefi.io/support/",
1796-
documentation:
1797-
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
1794+
social_recovery: true,
1795+
onboard_documentation: "https://intercom.help/ctrlwallet/en/",
1796+
documentation: "https://docs.xdefi.io/docs",
17981797
},
17991798
{
18001799
last_updated: "2023-11-02",

0 commit comments

Comments
 (0)