Add ansible playbooks to setup and run nitro nodes #2

Merged
nabarun merged 10 commits from deep-stack/testnet-ops:ag-run-nitro-node into main 2024-09-05 07:27:36 +00:00
3 changed files with 2 additions and 4 deletions
Showing only changes of commit 250f172606 - Show all commits

View File

@ -85,5 +85,3 @@ The following commands have to be executed in [`nitro-nodes-setup`](./) director
```bash
laconic-so deployment --dir l2-nitro-deployment logs nitro-node -f
```
Follow steps from [Demo](https://git.vdb.to/cerc-io/nitro-stack/src/branch/main/nitro-bridge-demo.md#demo) to create mirror channels on L2, create virtual channel and make payments

View File

@ -1,4 +1,4 @@
NITRO_CHAIN_URL={{ l1_nitro_chain_url }}
NITRO_CHAIN_URL={{ nitro_l1_chain_url }}
NITRO_SC_PK={{ nitro_sc_pk }}
NITRO_CHAIN_PK={{ nitro_chain_pk }}
NA_ADDRESS={{ na_address }}

View File

@ -1,4 +1,4 @@
NITRO_CHAIN_URL={{ l2_nitro_chain_url }}
NITRO_CHAIN_URL={{ nitro_l2_chain_url }}
NITRO_SC_PK={{ nitro_sc_pk }}
NITRO_CHAIN_PK={{ nitro_chain_pk }}
NA_ADDRESS={{ na_address }}