@@ -5,7 +5,6 @@ import { newToCrypto } from "@/data/wallets/new-to-crypto"
5
5
import OneInchWalletImage from "@/public/images/wallets/1inch.png"
6
6
import AlphaWalletImage from "@/public/images/wallets/alpha.png"
7
7
import AmbireImage from "@/public/images/wallets/ambire.png"
8
- import ArgentImage from "@/public/images/wallets/argent.png"
9
8
import AuroxImage from "@/public/images/wallets/aurox.png"
10
9
import BitgetImage from "@/public/images/wallets/bitget.png"
11
10
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
@@ -36,6 +35,7 @@ import PhantomImage from "@/public/images/wallets/phantom.png"
36
35
import PillarImage from "@/public/images/wallets/pillar.png"
37
36
import RabbyWalletImage from "@/public/images/wallets/rabbywallet.png"
38
37
import RainbowImage from "@/public/images/wallets/rainbow.png"
38
+ import ReadyImage from "@/public/images/wallets/ready.png"
39
39
import SafeImage from "@/public/images/wallets/safe.png"
40
40
import ShapeShiftImage from "@/public/images/wallets/shapeshift.png"
41
41
import TahoImage from "@/public/images/wallets/taho.png"
@@ -149,15 +149,15 @@ export const walletsData: WalletData[] = [
149
149
supported_chains : [ "Ethereum Mainnet" ] ,
150
150
} ,
151
151
{
152
- last_updated : "2024-03-07 " ,
153
- name : "Argent " ,
154
- image : ArgentImage ,
152
+ last_updated : "2025-07-08 " ,
153
+ name : "Ready Wallet " ,
154
+ image : ReadyImage ,
155
155
twBackgroundColor : "bg-[#FFFFFF]" ,
156
156
twGradiantBrandColor : "from-[#ffffff]" ,
157
- url : "https://www.argent.xyz /" ,
157
+ url : "https://www.ready.co /" ,
158
158
active_development_team : true ,
159
159
languages_supported : [ "en" ] ,
160
- twitter : "https://twitter .com/argenthq " ,
160
+ twitter : "https://x .com/ready_co " ,
161
161
discord : "https://discord.com/invite/GWSyrHg" ,
162
162
reddit : "" ,
163
163
telegram : "" ,
@@ -174,7 +174,7 @@ export const walletsData: WalletData[] = [
174
174
non_custodial : true ,
175
175
security_audit : [
176
176
"https://github.com/argentlabs/argent-contracts/tree/develop/audit" ,
177
- "https://www.argent.xyz/argent -bug-bounty/ " ,
177
+ "https://www.ready.co/ready -bug-bounty" ,
178
178
] ,
179
179
scam_protection : true ,
180
180
hardware_support : true ,
@@ -191,8 +191,8 @@ export const walletsData: WalletData[] = [
191
191
withdraw_crypto : false ,
192
192
multisig : true ,
193
193
social_recovery : true ,
194
- onboard_documentation : "https://www.argent.xyz /learn/ " ,
195
- documentation : "" ,
194
+ onboard_documentation : "https://www.ready.co /learn" ,
195
+ documentation : "https://docs.ready.co/ " ,
196
196
supported_chains : [ "Starknet" ] ,
197
197
} ,
198
198
{
0 commit comments