@@ -10,6 +10,7 @@ import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
10
10
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
11
11
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
12
12
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
13
+ import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
13
14
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
14
15
import ExodusImage from "@/public/images/wallets/exodus.png"
15
16
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -36,7 +37,6 @@ import TorusImage from "@/public/images/wallets/torus.png"
36
37
import TrezorImage from "@/public/images/wallets/trezor.png"
37
38
import TrustWalletImage from "@/public/images/wallets/trustwallet.png"
38
39
import UnstoppableWalletImage from "@/public/images/wallets/unstoppable.png"
39
- import XDEFIImage from "@/public/images/wallets/xdefi.png"
40
40
import ZerionImage from "@/public/images/wallets/zerion.png"
41
41
42
42
export const walletsData : WalletData [ ] = [
@@ -1751,17 +1751,17 @@ export const walletsData: WalletData[] = [
1751
1751
} ,
1752
1752
{
1753
1753
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/ " ,
1759
1759
active_development_team : true ,
1760
1760
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 " ,
1763
1763
reddit : "" ,
1764
- telegram : "https://t.me/xdefi_announcements " ,
1764
+ telegram : "https://t.me/ctrl_wallet " ,
1765
1765
ios : false ,
1766
1766
android : false ,
1767
1767
linux : false ,
@@ -1776,7 +1776,7 @@ export const walletsData: WalletData[] = [
1776
1776
security_audit : [
1777
1777
"https://www.xdefi.io/wp-content/uploads/2021/07/XDEFI_Audit_Report_Kudelski.pdf" ,
1778
1778
] ,
1779
- scam_protection : false ,
1779
+ scam_protection : true ,
1780
1780
hardware_support : true ,
1781
1781
rpc_importing : true ,
1782
1782
nft_support : true ,
@@ -1789,12 +1789,11 @@ export const walletsData: WalletData[] = [
1789
1789
ens_support : true ,
1790
1790
erc_20_support : true ,
1791
1791
buy_crypto : true ,
1792
- withdraw_crypto : false ,
1792
+ withdraw_crypto : true ,
1793
1793
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" ,
1798
1797
} ,
1799
1798
{
1800
1799
last_updated : "2023-11-02" ,
0 commit comments