diff --git a/app/data/stacks/fixturenet-optimism/L2-ONLY.md b/app/data/stacks/fixturenet-optimism/L2-ONLY.md index a4aef94d..55eab385 100644 --- a/app/data/stacks/fixturenet-optimism/L2-ONLY.md +++ b/app/data/stacks/fixturenet-optimism/L2-ONLY.md @@ -4,7 +4,7 @@ Instructions to setup and deploy L2 fixturenet using [Optimism](https://stack.op ## Setup -Pre-requisite: An L1 Ethereum RPC endpoint +Prerequisite: An L1 Ethereum RPC endpoint Clone required repositories: diff --git a/app/data/stacks/fixturenet-optimism/README.md b/app/data/stacks/fixturenet-optimism/README.md index 1c65d5b1..65839e70 100644 --- a/app/data/stacks/fixturenet-optimism/README.md +++ b/app/data/stacks/fixturenet-optimism/README.md @@ -80,12 +80,6 @@ docker volume ls -q --filter name=laconic* docker volume rm $(docker volume ls -q --filter name=laconic*) ``` -## Known Issues - -* `fixturenet-eth` currently starts fresh on a restart -* Resource requirements (memory + time) for building the `cerc/foundry` image are on the higher side - * `cerc/optimism-contracts` image is currently based on `cerc/foundry` (Optimism requires foundry installation) - ## Troubleshooting * If `op-geth` service aborts or is restarted, the following error might occur in the `op-node` service: @@ -116,3 +110,9 @@ docker volume rm $(docker volume ls -q --filter name=laconic*) ``` * Reuse the deployment command used in [Deploy](#deploy) to restart the stopped containers + +## Known Issues + +* `fixturenet-eth` currently starts fresh on a restart +* Resource requirements (memory + time) for building the `cerc/foundry` image are on the higher side + * `cerc/optimism-contracts` image is currently based on `cerc/foundry` (Optimism requires foundry installation)