Update docs
This commit is contained in:
parent
b69b6ecb93
commit
4b0c46dda2
@ -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:
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user