diff --git a/nitro-bridge-demo.md b/nitro-bridge-demo.md index 914bff2..7bddb26 100644 --- a/nitro-bridge-demo.md +++ b/nitro-bridge-demo.md @@ -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 diff --git a/stack-orchestrator/config/go-nitro/run-nitro-node.sh b/stack-orchestrator/config/go-nitro/run-nitro-node.sh index 19f8ad1..64edda7 100755 --- a/stack-orchestrator/config/go-nitro/run-nitro-node.sh +++ b/stack-orchestrator/config/go-nitro/run-nitro-node.sh @@ -42,7 +42,6 @@ l2 = ${NITRO_L2} naaddress = "${NA_ADDRESS}" vpaaddress = "${VPA_ADDRESS}" caaddress = "${CA_ADDRESS}" -bridgeaddress = "" EOF # Start the node diff --git a/stack-orchestrator/stacks/bridge/stack.yml b/stack-orchestrator/stacks/bridge/stack.yml index 5c30ad0..a162378 100644 --- a/stack-orchestrator/stacks/bridge/stack.yml +++ b/stack-orchestrator/stacks/bridge/stack.yml @@ -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 diff --git a/stack-orchestrator/stacks/nitro-contracts/stack.yml b/stack-orchestrator/stacks/nitro-contracts/stack.yml index 8dff8e3..ece621d 100644 --- a/stack-orchestrator/stacks/nitro-contracts/stack.yml +++ b/stack-orchestrator/stacks/nitro-contracts/stack.yml @@ -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: diff --git a/stack-orchestrator/stacks/nitro-node/stack.yml b/stack-orchestrator/stacks/nitro-node/stack.yml index 12dbbb4..2b1fb80 100644 --- a/stack-orchestrator/stacks/nitro-node/stack.yml +++ b/stack-orchestrator/stacks/nitro-node/stack.yml @@ -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