Skip to content

Commit 9aef607

Browse files
committed
Merge branch 'dev' into developers-rebrand
2 parents b10cd9b + c9ae039 commit 9aef607

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12792,6 +12792,15 @@
1279212792
"maintenance",
1279312793
"code"
1279412794
]
12795+
},
12796+
{
12797+
"login": "Antoine-Sparenberg",
12798+
"name": "Antoine-Sparenberg",
12799+
"avatar_url": "https://avatars.githubusercontent.com/u/128523213?v=4",
12800+
"profile": "https://github.com/Antoine-Sparenberg",
12801+
"contributions": [
12802+
"maintenance"
12803+
]
1279512804
}
1279612805
],
1279712806
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
19941994
</tr>
19951995
<tr>
19961996
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brossetti1"><img src="https://avatars.githubusercontent.com/u/5998100?v=4?s=100" width="100px;" alt="Brian Rossetti"/><br /><sub><b>Brian Rossetti</b></sub></a><br /><a href="#maintenance-brossetti1" title="Maintenance">🚧</a> <a href="https://github.com/ethereum/ethereum-org-website/commits?author=brossetti1" title="Code">💻</a></td>
1997+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Antoine-Sparenberg"><img src="https://avatars.githubusercontent.com/u/128523213?v=4?s=100" width="100px;" alt="Antoine-Sparenberg"/><br /><sub><b>Antoine-Sparenberg</b></sub></a><br /><a href="#maintenance-Antoine-Sparenberg" title="Maintenance">🚧</a></td>
19971998
</tr>
19981999
</tbody>
19992000
</table>

public/content/developers/docs/scaling/validium/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ As an anti-censorship mechanism, the validium protocol allows users to withdraw
6969

7070
After executing a batch of transactions, the operator submits the associated validity proof to the verifier contract and proposes a new state root to the main contract. If the proof is valid, the main contract updates the validium's state and finalizes the results of transactions in the batch.
7171

72-
Unlike a ZK-rollup, block producers on a validium are not required to publish transaction data for transaction batches (only block headers). This makes validium a purely offchain scaling protocol, as opposed to "hybrid" scaling protocols (i.e., [layer 2](/layer-2/)) that publish state data on the main Ethereum chain as `calldata`.
72+
Unlike a ZK-rollup, block producers on a validium are not required to publish transaction data for transaction batches (only block headers). This makes validium a purely offchain scaling protocol, as opposed to "hybrid" scaling protocols (i.e., [layer 2](/layer-2/)) that publish state data on the main Ethereum chain using blob data, `calldata`, or a combination of both.
7373

7474
### Data availability {#data-availability}
7575

76-
As mentioned, validiums utilize an offchain data availability model, where operators store all transaction data off Ethereum Mainnet. Validium's low onchain data footprint improves scalability (throughput isn't limited by Ethereum's data processing capacity) and reduces user fees (the cost of publishing `calldata` is lower).
76+
As mentioned, validiums utilize an offchain data availability model, where operators store all transaction data off Ethereum Mainnet. Validium's low onchain data footprint improves scalability (throughput isn't limited by Ethereum's data processing capacity) and reduces user fees (the cost of publishing data onchain is lower).
7777

7878
Offchain data availability, however, presents a problem: data necessary for creating or verifying Merkle proofs may be unavailable. This means users may be unable to withdraw funds from the onchain contract if operators should act maliciously.
7979

File renamed without changes.

src/data/wallets/wallet-data.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ 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"
98
import AuroxImage from "@/public/images/wallets/aurox.png"
109
import BitgetImage from "@/public/images/wallets/bitget.png"
1110
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
@@ -36,6 +35,7 @@ import PhantomImage from "@/public/images/wallets/phantom.png"
3635
import PillarImage from "@/public/images/wallets/pillar.png"
3736
import RabbyWalletImage from "@/public/images/wallets/rabbywallet.png"
3837
import RainbowImage from "@/public/images/wallets/rainbow.png"
38+
import ReadyImage from "@/public/images/wallets/ready.png"
3939
import SafeImage from "@/public/images/wallets/safe.png"
4040
import ShapeShiftImage from "@/public/images/wallets/shapeshift.png"
4141
import TahoImage from "@/public/images/wallets/taho.png"
@@ -149,15 +149,15 @@ export const walletsData: WalletData[] = [
149149
supported_chains: ["Ethereum Mainnet"],
150150
},
151151
{
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,
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)