Skip to content

Commit 342782a

Browse files
authored
Merge pull request #16113 from Savio-Sou/ss/update-ctrl-wallet
fix: Update Ctrl Wallet's properties
2 parents fe939eb + 828dd7f commit 342782a

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
@@ -1932,7 +1932,7 @@ export const walletsData: WalletData[] = [
19321932
supported_chains: ["Ethereum Mainnet", "Base"],
19331933
},
19341934
{
1935-
last_updated: "2023-08-29",
1935+
last_updated: "2025-08-22",
19361936
name: "Ctrl Wallet",
19371937
image: CtrlWalletImage,
19381938
twBackgroundColor: "bg-[#ffffff]",
@@ -1944,8 +1944,8 @@ export const walletsData: WalletData[] = [
19441944
discord: "https://discord.gg/ctrlwallet",
19451945
reddit: "",
19461946
telegram: "https://t.me/ctrl_wallet",
1947-
ios: false,
1948-
android: false,
1947+
ios: true,
1948+
android: true,
19491949
linux: false,
19501950
windows: false,
19511951
macOS: false,
@@ -1971,9 +1971,9 @@ export const walletsData: WalletData[] = [
19711971
ens_support: true,
19721972
erc_20_support: true,
19731973
buy_crypto: true,
1974-
withdraw_crypto: true,
1974+
withdraw_crypto: false,
19751975
multisig: false,
1976-
social_recovery: true,
1976+
social_recovery: false,
19771977
onboard_documentation: "https://intercom.help/ctrlwallet/en/",
19781978
documentation: "https://docs.xdefi.io/docs",
19791979
supported_chains: ["Ethereum Mainnet", "Arbitrum One", "OP Mainnet"],

0 commit comments

Comments
 (0)