From f6c4954b4b873a2b87e834984ba574d78c6c485f Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Thu, 8 Aug 2024 15:14:14 -0700 Subject: [PATCH] docs(README.md): fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 317b5ad..8301e90 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ In order to disperse to the EigenDA network in production, or at high throughput In order for the EigenDA Proxy to avoid a trust assumption on the EigenDA disperser, the proxy offers a DA cert verification feature which ensures that: 1. The DA cert's batch hash can be computed locally and matches the one persisted on-chain in the `ServiceManager` contract -2. The DA cert's blob inclusion proof can be merkalized to generate the proper batch root +2. The DA cert's blob inclusion proof can be merkleized to generate the proper batch root 3. The DA cert's quorum params are adequately defined and expressed when compared to their on-chain counterparts To target this feature, use the CLI flags `--eigenda-svc-manager-addr`, `--eigenda-eth-rpc`. @@ -169,7 +169,7 @@ A holesky integration test can be ran using `make holesky-test` to assert proper ### Optimism -An E2E test exists which spins up a local OP sequencer instance using the [op-e2e](https://github.com/ethereum-optimism/optimism/tree/develop/op-e2e) framework for asserting correct interaction behaviors with batch submission and state derivation. These tests can be ran via `make optimism-test`. +An E2E test exists which spins up a local OP sequencer instance using the [op-e2e](https://github.com/ethereum-optimism/optimism/tree/develop/op-e2e) framework for asserting correct interaction behaviors with batch submission and state derivation. ## Resources