@@ -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,7 +1751,7 @@ export const walletsData: WalletData[] = [
1751
1751
{
1752
1752
last_updated : "2023-08-29" ,
1753
1753
name : "Ctrl Wallet" ,
1754
- image : XDEFIImage ,
1754
+ image : CtrlWalletImage ,
1755
1755
twBackgroundColor : "bg-[#ffffff]" ,
1756
1756
twGradiantBrandColor : "from-[#ffffff]" ,
1757
1757
url : "https://ctrl.xyz/" ,
@@ -1792,8 +1792,7 @@ export const walletsData: WalletData[] = [
1792
1792
multisig : false ,
1793
1793
social_recovery : true ,
1794
1794
onboard_documentation : "https://intercom.help/ctrlwallet/en/" ,
1795
- documentation :
1796
- "https://docs.xdefi.io/docs" ,
1795
+ documentation : "https://docs.xdefi.io/docs" ,
1797
1796
} ,
1798
1797
{
1799
1798
last_updated : "2023-11-02" ,
0 commit comments