Skip to content

Commit 828dd7f

Browse files
committed
Update Ctrl Wallet's properties
1 parent b8a178b commit 828dd7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ export const walletsData: WalletData[] = [
19821982
supported_chains: ["Ethereum Mainnet", "Base"],
19831983
},
19841984
{
1985-
last_updated: "2023-08-29",
1985+
last_updated: "2025-08-22",
19861986
name: "Ctrl Wallet",
19871987
image: CtrlWalletImage,
19881988
twBackgroundColor: "bg-[#ffffff]",
@@ -1994,8 +1994,8 @@ export const walletsData: WalletData[] = [
19941994
discord: "https://discord.gg/ctrlwallet",
19951995
reddit: "",
19961996
telegram: "https://t.me/ctrl_wallet",
1997-
ios: false,
1998-
android: false,
1997+
ios: true,
1998+
android: true,
19991999
linux: false,
20002000
windows: false,
20012001
macOS: false,
@@ -2021,9 +2021,9 @@ export const walletsData: WalletData[] = [
20212021
ens_support: true,
20222022
erc_20_support: true,
20232023
buy_crypto: true,
2024-
withdraw_crypto: true,
2024+
withdraw_crypto: false,
20252025
multisig: false,
2026-
social_recovery: true,
2026+
social_recovery: false,
20272027
onboard_documentation: "https://intercom.help/ctrlwallet/en/",
20282028
documentation: "https://docs.xdefi.io/docs",
20292029
supported_chains: ["Ethereum Mainnet", "Arbitrum One", "OP Mainnet"],

0 commit comments

Comments
 (0)