Skip to content

Commit 0b05b2c

Browse files
Update wallet-data.ts
1 parent 22ab8d2 commit 0b05b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { newToCrypto } from "@/data/wallets/new-to-crypto"
55
import OneInchWalletImage from "@/public/images/wallets/1inch.png"
66
import AlphaWalletImage from "@/public/images/wallets/alpha.png"
77
import AmbireImage from "@/public/images/wallets/ambire.png"
8-
import ArgentImage from "@/public/images/wallets/argent.png"
8+
import ReadyImage from "@/public/images/wallets/ready.png"
99
import AuroxImage from "@/public/images/wallets/aurox.png"
1010
import BitgetImage from "@/public/images/wallets/bitget.png"
1111
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
@@ -151,7 +151,7 @@ export const walletsData: WalletData[] = [
151151
{
152152
last_updated: "2025-07-08",
153153
name: "Ready Wallet",
154-
image: ArgentImage,
154+
image: ReadyImage,
155155
twBackgroundColor: "bg-[#FFFFFF]",
156156
twGradiantBrandColor: "from-[#ffffff]",
157157
url: "https://www.ready.co/",

0 commit comments

Comments
 (0)