Skip to content

Commit

Permalink
docs(README.md): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Aug 13, 2024
1 parent 7539f3b commit 8e47a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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`.
Expand Down Expand Up @@ -171,7 +171,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

Expand Down

0 comments on commit 8e47a1b

Please sign in to comment.