Skip to content

Commit 2ce10ed

Browse files
authored
Update wallet-data.ts - ctrl wallet (previously xdefi)
1 parent c45166d commit 2ce10ed

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,17 +1750,17 @@ export const walletsData: WalletData[] = [
17501750
},
17511751
{
17521752
last_updated: "2023-08-29",
1753-
name: "XDEFI Wallet",
1753+
name: "Ctrl Wallet",
17541754
image: XDEFIImage,
1755-
twBackgroundColor: "bg-[#2041E0]",
1756-
twGradiantBrandColor: "from-[#2041E0]",
1757-
url: "https://www.xdefi.io",
1755+
twBackgroundColor: "bg-[#ffffff]",
1756+
twGradiantBrandColor: "from-[#ffffff]",
1757+
url: "https://ctrl.xyz/",
17581758
active_development_team: true,
17591759
languages_supported: ["en", "fr", "de", "ru"],
1760-
twitter: "https://twitter.com/xdefi_wallet",
1761-
discord: "https://discord.gg/xdefiwallet",
1760+
twitter: "https://x.com/ctrl_wallet",
1761+
discord: "https://discord.gg/ctrlwallet",
17621762
reddit: "",
1763-
telegram: "https://t.me/xdefi_announcements",
1763+
telegram: "https://t.me/ctrl_wallet",
17641764
ios: false,
17651765
android: false,
17661766
linux: false,
@@ -1775,7 +1775,7 @@ export const walletsData: WalletData[] = [
17751775
security_audit: [
17761776
"https://www.xdefi.io/wp-content/uploads/2021/07/XDEFI_Audit_Report_Kudelski.pdf",
17771777
],
1778-
scam_protection: false,
1778+
scam_protection: true,
17791779
hardware_support: true,
17801780
rpc_importing: true,
17811781
nft_support: true,
@@ -1788,12 +1788,12 @@ export const walletsData: WalletData[] = [
17881788
ens_support: true,
17891789
erc_20_support: true,
17901790
buy_crypto: true,
1791-
withdraw_crypto: false,
1791+
withdraw_crypto: true,
17921792
multisig: false,
1793-
social_recovery: false,
1794-
onboard_documentation: "https://www.xdefi.io/support/",
1793+
social_recovery: true,
1794+
onboard_documentation: "https://intercom.help/ctrlwallet/en/",
17951795
documentation:
1796-
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
1796+
"https://docs.xdefi.io/docs",
17971797
},
17981798
{
17991799
last_updated: "2023-11-02",

0 commit comments

Comments
 (0)