Skip to content

Commit

Permalink
fix typos (#60)
Browse files Browse the repository at this point in the history
* Update README.md

* Update cert_manager.go

* Update cert_manager.go
  • Loading branch information
crStiv authored Jan 18, 2025
1 parent 52788e6 commit 63248b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This removes the need for the 7-day challenge period, and allows for immediate w
├── <a href="./contracts">contracts</a>: Solidity contracts
├── <a href="./op-batcher">op-batcher</a>: Batcher modification that submits batches immediately after withdrawals are detected
├── <a href="./op-da">op-da</a>: Data availability service for writing to S3 / file system
├── <a href="./op-enclave">op-enclave</a>: Stateless transition function, for running in a AWS Nitro TEE
├── <a href="./op-enclave">op-enclave</a>: Stateless transition function, for running in an AWS Nitro TEE
├── <a href="./op-proposer">op-proposer</a>: L2-Output Submitter, communicates with op-enclave and submits proposals to L1
├── <a href="./op-withdrawer">op-withdrawer</a>: Withdrawal utility for submitting withdrawals to L1
├── <a href="./register-signer">register-signer</a>: Registers an enclave signer key from a Nitro attestation with the SystemConfigGlobal contract
Expand Down

0 comments on commit 63248b8

Please sign in to comment.