Update repos of nitro stack
This commit is contained in:
parent
1f401597c4
commit
81c032aa5d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Eth Stack
|
### eth-stack
|
||||||
|
|
||||||
- Clone the stack repo:
|
- Clone the stack repo:
|
||||||
|
|
||||||
@ -13,7 +13,7 @@
|
|||||||
- Clone required repositories:
|
- Clone required repositories:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# (fixturenet-eth)
|
# fixturenet-eth
|
||||||
laconic-so --stack ~/cerc/fixturenet-eth-stacks/stack-orchestrator/stacks/fixturenet-eth setup-repositories --pull
|
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
|
# 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
|
# Remove any older foundry image with `latest` tag
|
||||||
docker rmi ghcr.io/foundry-rs/foundry:latest
|
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
|
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
|
# If errors are thrown during build, old images used by this stack would have to be deleted
|
||||||
@ -81,7 +81,7 @@
|
|||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
### Go-nitro
|
### go-nitro
|
||||||
|
|
||||||
- Clone the stack repo:
|
- Clone the stack repo:
|
||||||
|
|
||||||
@ -778,7 +778,7 @@
|
|||||||
sudo rm -rf nitro-contracts-deployment
|
sudo rm -rf nitro-contracts-deployment
|
||||||
```
|
```
|
||||||
|
|
||||||
- Clean up eth stack deployment:
|
- Clean up eth-stack deployment:
|
||||||
- Stop deployment and remove volume:
|
- Stop deployment and remove volume:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -42,7 +42,6 @@ l2 = ${NITRO_L2}
|
|||||||
naaddress = "${NA_ADDRESS}"
|
naaddress = "${NA_ADDRESS}"
|
||||||
vpaaddress = "${VPA_ADDRESS}"
|
vpaaddress = "${VPA_ADDRESS}"
|
||||||
caaddress = "${CA_ADDRESS}"
|
caaddress = "${CA_ADDRESS}"
|
||||||
bridgeaddress = ""
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Start the node
|
# Start the node
|
||||||
|
@ -2,7 +2,7 @@ version: "1.0"
|
|||||||
name: bridge
|
name: bridge
|
||||||
description: "Nitro bridge with contracts deployment and nitro-rpc-client"
|
description: "Nitro bridge with contracts deployment and nitro-rpc-client"
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/go-nitro@feat-remove-optimism
|
- github.com/cerc-io/go-nitro
|
||||||
containers:
|
containers:
|
||||||
- cerc/nitro-client
|
- cerc/nitro-client
|
||||||
- cerc/go-nitro
|
- cerc/go-nitro
|
||||||
|
@ -2,7 +2,7 @@ version: "1.0"
|
|||||||
name: nitro-contracts
|
name: nitro-contracts
|
||||||
description: "Deploy nitro contracts"
|
description: "Deploy nitro contracts"
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/go-nitro@feat-remove-optimism
|
- github.com/cerc-io/go-nitro
|
||||||
containers:
|
containers:
|
||||||
- cerc/nitro-client
|
- cerc/nitro-client
|
||||||
pods:
|
pods:
|
||||||
|
@ -2,7 +2,7 @@ version: "1.0"
|
|||||||
name: nitro-node
|
name: nitro-node
|
||||||
description: "Nitro node with nitro-rpc-client"
|
description: "Nitro node with nitro-rpc-client"
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/go-nitro@feat-remove-optimism
|
- github.com/cerc-io/go-nitro
|
||||||
containers:
|
containers:
|
||||||
- cerc/go-nitro
|
- cerc/go-nitro
|
||||||
- cerc/nitro-client
|
- cerc/nitro-client
|
||||||
|
Loading…
Reference in New Issue
Block a user