Skip to content

Commit d95a0c4

Browse files
authored
Merge pull request #15830 from Savio-Sou/ss/ready-closed-source
fix: Label Ready as closed source
2 parents fd71df5 + 4885897 commit d95a0c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const walletsData: WalletData[] = [
149149
supported_chains: ["Ethereum Mainnet"],
150150
},
151151
{
152-
last_updated: "2025-07-08",
152+
last_updated: "2025-07-15",
153153
name: "Ready Wallet",
154154
image: ReadyImage,
155155
twBackgroundColor: "bg-[#FFFFFF]",
@@ -169,8 +169,8 @@ export const walletsData: WalletData[] = [
169169
firefox: true,
170170
chromium: true,
171171
hardware: false,
172-
open_source: true,
173-
repo_url: "https://github.com/argentlabs/argent-x",
172+
open_source: false,
173+
repo_url: "",
174174
non_custodial: true,
175175
security_audit: [
176176
"https://github.com/argentlabs/argent-contracts/tree/develop/audit",

0 commit comments

Comments
 (0)