Rename var
This commit is contained in:
parent
003ff4d485
commit
250f172606
@ -85,5 +85,3 @@ The following commands have to be executed in [`nitro-nodes-setup`](./) director
|
|||||||
```bash
|
```bash
|
||||||
laconic-so deployment --dir l2-nitro-deployment logs nitro-node -f
|
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
|
|
||||||
|
@ -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_SC_PK={{ nitro_sc_pk }}
|
||||||
NITRO_CHAIN_PK={{ nitro_chain_pk }}
|
NITRO_CHAIN_PK={{ nitro_chain_pk }}
|
||||||
NA_ADDRESS={{ na_address }}
|
NA_ADDRESS={{ na_address }}
|
||||||
|
@ -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_SC_PK={{ nitro_sc_pk }}
|
||||||
NITRO_CHAIN_PK={{ nitro_chain_pk }}
|
NITRO_CHAIN_PK={{ nitro_chain_pk }}
|
||||||
NA_ADDRESS={{ na_address }}
|
NA_ADDRESS={{ na_address }}
|
||||||
|
Loading…
Reference in New Issue
Block a user