Skip to content

Commit 7ea6108

Browse files
committed
chore: rename xdefi asset to ctrl
1 parent 8bc62fa commit 7ea6108

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
File renamed without changes.

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
1010
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1111
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
1212
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
13+
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
1314
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
1415
import ExodusImage from "@/public/images/wallets/exodus.png"
1516
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -36,7 +37,6 @@ import TorusImage from "@/public/images/wallets/torus.png"
3637
import TrezorImage from "@/public/images/wallets/trezor.png"
3738
import TrustWalletImage from "@/public/images/wallets/trustwallet.png"
3839
import UnstoppableWalletImage from "@/public/images/wallets/unstoppable.png"
39-
import XDEFIImage from "@/public/images/wallets/xdefi.png"
4040
import ZerionImage from "@/public/images/wallets/zerion.png"
4141

4242
export const walletsData: WalletData[] = [
@@ -1751,7 +1751,7 @@ export const walletsData: WalletData[] = [
17511751
{
17521752
last_updated: "2023-08-29",
17531753
name: "Ctrl Wallet",
1754-
image: XDEFIImage,
1754+
image: CtrlWalletImage,
17551755
twBackgroundColor: "bg-[#ffffff]",
17561756
twGradiantBrandColor: "from-[#ffffff]",
17571757
url: "https://ctrl.xyz/",
@@ -1792,8 +1792,7 @@ export const walletsData: WalletData[] = [
17921792
multisig: false,
17931793
social_recovery: true,
17941794
onboard_documentation: "https://intercom.help/ctrlwallet/en/",
1795-
documentation:
1796-
"https://docs.xdefi.io/docs",
1795+
documentation: "https://docs.xdefi.io/docs",
17971796
},
17981797
{
17991798
last_updated: "2023-11-02",

0 commit comments

Comments
 (0)