Remove the use of L2 chain & contracts for running nitro nodes #11

Merged
nabarun merged 4 commits from sk-remove-optimism into main 2024-09-30 04:24:39 +00:00
5 changed files with 8 additions and 9 deletions
Showing only changes of commit 81c032aa5d - Show all commits

View File

@ -2,7 +2,7 @@
## Setup
### Eth Stack
### eth-stack
- Clone the stack repo:
@ -13,7 +13,7 @@
- Clone required repositories:
```bash
# (fixturenet-eth)
# fixturenet-eth
laconic-so --stack ~/cerc/fixturenet-eth-stacks/stack-orchestrator/stacks/fixturenet-eth setup-repositories --pull
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove all repositories from that stack and re-run the command
@ -26,7 +26,7 @@
# Remove any older foundry image with `latest` tag
docker rmi ghcr.io/foundry-rs/foundry:latest
# (fixturenet-eth)
# fixturenet-eth
laconic-so --stack ~/cerc/fixturenet-eth-stacks/stack-orchestrator/stacks/fixturenet-eth build-containers --force-rebuild
# If errors are thrown during build, old images used by this stack would have to be deleted
@ -81,7 +81,7 @@
EOF
```
### Go-nitro
### go-nitro
- Clone the stack repo:
@ -778,7 +778,7 @@
sudo rm -rf nitro-contracts-deployment
```
- Clean up eth stack deployment:
- Clean up eth-stack deployment:
- Stop deployment and remove volume:
```bash

View File

@ -42,7 +42,6 @@ l2 = ${NITRO_L2}
naaddress = "${NA_ADDRESS}"
vpaaddress = "${VPA_ADDRESS}"
caaddress = "${CA_ADDRESS}"
bridgeaddress = ""
EOF
# Start the node

View File

@ -2,7 +2,7 @@ version: "1.0"
name: bridge
description: "Nitro bridge with contracts deployment and nitro-rpc-client"
repos:
- github.com/cerc-io/go-nitro@feat-remove-optimism
- github.com/cerc-io/go-nitro
containers:
- cerc/nitro-client
- cerc/go-nitro

View File

@ -2,7 +2,7 @@ version: "1.0"
name: nitro-contracts
description: "Deploy nitro contracts"
repos:
- github.com/cerc-io/go-nitro@feat-remove-optimism
- github.com/cerc-io/go-nitro
containers:
- cerc/nitro-client
pods:

View File

@ -2,7 +2,7 @@ version: "1.0"
name: nitro-node
description: "Nitro node with nitro-rpc-client"
repos:
- github.com/cerc-io/go-nitro@feat-remove-optimism
- github.com/cerc-io/go-nitro
containers:
- cerc/go-nitro
- cerc/nitro-client