Update docs

This commit is contained in:
Prathamesh Musale 2023-04-05 09:21:59 +05:30
parent b69b6ecb93
commit 4b0c46dda2
2 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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)