From 63248b8f26f1e047a62c34332e363b75ec0f354f Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 18 Jan 2025 20:19:17 +0100 Subject: [PATCH] fix typos (#60) * Update README.md * Update cert_manager.go * Update cert_manager.go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfd96c..a932ba7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This removes the need for the 7-day challenge period, and allows for immediate w ├── contracts: Solidity contracts ├── op-batcher: Batcher modification that submits batches immediately after withdrawals are detected ├── op-da: Data availability service for writing to S3 / file system -├── op-enclave: Stateless transition function, for running in a AWS Nitro TEE +├── op-enclave: Stateless transition function, for running in an AWS Nitro TEE ├── op-proposer: L2-Output Submitter, communicates with op-enclave and submits proposals to L1 ├── op-withdrawer: Withdrawal utility for submitting withdrawals to L1 ├── register-signer: Registers an enclave signer key from a Nitro attestation with the SystemConfigGlobal contract