Skip to content

Commit 5691b67

Browse files
Update wallet-data.ts
1 parent f028602 commit 5691b67

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ export const walletsData: WalletData[] = [
149149
supported_chains: ["Ethereum Mainnet"],
150150
},
151151
{
152-
last_updated: "2024-03-07",
153-
name: "Argent",
152+
last_updated: "2025-07-08",
153+
name: "Ready Wallet",
154154
image: ArgentImage,
155155
twBackgroundColor: "bg-[#FFFFFF]",
156156
twGradiantBrandColor: "from-[#ffffff]",
157-
url: "https://www.argent.xyz/",
157+
url: "https://www.ready.co/",
158158
active_development_team: true,
159159
languages_supported: ["en"],
160-
twitter: "https://twitter.com/argenthq",
160+
twitter: "https://x.com/ready_co",
161161
discord: "https://discord.com/invite/GWSyrHg",
162162
reddit: "",
163163
telegram: "",
@@ -174,7 +174,7 @@ export const walletsData: WalletData[] = [
174174
non_custodial: true,
175175
security_audit: [
176176
"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",
178178
],
179179
scam_protection: true,
180180
hardware_support: true,
@@ -191,8 +191,8 @@ export const walletsData: WalletData[] = [
191191
withdraw_crypto: false,
192192
multisig: true,
193193
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/",
196196
supported_chains: ["Starknet"],
197197
},
198198
{

0 commit comments

Comments
 (0)