From 828dd7f516b2ae9a9472024440736b77b14932fe Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:44:12 -0400 Subject: [PATCH] Update Ctrl Wallet's properties --- src/data/wallets/wallet-data.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index 69f0e2e2907..58248c5aa7a 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -1982,7 +1982,7 @@ export const walletsData: WalletData[] = [ supported_chains: ["Ethereum Mainnet", "Base"], }, { - last_updated: "2023-08-29", + last_updated: "2025-08-22", name: "Ctrl Wallet", image: CtrlWalletImage, twBackgroundColor: "bg-[#ffffff]", @@ -1994,8 +1994,8 @@ export const walletsData: WalletData[] = [ discord: "https://discord.gg/ctrlwallet", reddit: "", telegram: "https://t.me/ctrl_wallet", - ios: false, - android: false, + ios: true, + android: true, linux: false, windows: false, macOS: false, @@ -2021,9 +2021,9 @@ export const walletsData: WalletData[] = [ ens_support: true, erc_20_support: true, buy_crypto: true, - withdraw_crypto: true, + withdraw_crypto: false, multisig: false, - social_recovery: true, + social_recovery: false, onboard_documentation: "https://intercom.help/ctrlwallet/en/", documentation: "https://docs.xdefi.io/docs", supported_chains: ["Ethereum Mainnet", "Arbitrum One", "OP Mainnet"],