Skip to content

Commit f37e981

Browse files
authored
Merge pull request #8082 from wenceslas-sanchez/patch-1
✏️ Fix typo in scaling/validium
2 parents ec47a13 + 39b87ad commit f37e981

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/scaling/validium

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ As an anti-censorship mechanism, the validium protocol allows users to withdraw
6767

6868
### Batch submission {#batch-submission}
6969

70-
After executing a batch of transactions, the operator submits the associated validity proof to the Lverifier 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.
70+
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

7272
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 off-chain 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`.
7373

0 commit comments

Comments
 (0)