Add details for users Nitro account
This commit is contained in:
parent
7067208d2a
commit
db67b2fe3b
@ -212,7 +212,7 @@
|
|||||||
nitro_sc_pk: ""
|
nitro_sc_pk: ""
|
||||||
|
|
||||||
# Private key for a funded account on L1
|
# Private key for a funded account on L1
|
||||||
# This account should have Laconic tokens for funding Nitro channels
|
# This account should have L1 tokens for funding Nitro channels
|
||||||
nitro_chain_pk: ""
|
nitro_chain_pk: ""
|
||||||
|
|
||||||
# L1 chain ID (Sepolia: 11155111)
|
# L1 chain ID (Sepolia: 11155111)
|
||||||
|
@ -47,16 +47,17 @@
|
|||||||
# nitro_l2_bridge_multiaddr: ""
|
# nitro_l2_bridge_multiaddr: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
* TODO: Get Laconic tokens on your address
|
* TODO: Get L1 tokens on your address
|
||||||
|
|
||||||
* Edit `nitro-vars.yml` and add the following variables:
|
* Edit `nitro-vars.yml` and add the following variables:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Private key for your Nitro address
|
# Private key for your Nitro account (same as the one used in stage0 onboarding)
|
||||||
|
# Export the key from Laconic wallet (https://wallet.laconic.com)
|
||||||
nitro_sc_pk: ""
|
nitro_sc_pk: ""
|
||||||
|
|
||||||
# Private key for a funded account on L1
|
# Private key for a funded account on L1
|
||||||
# This account should have Laconic tokens for funding your Nitro channels
|
# This account should have L1 tokens for funding your Nitro channels
|
||||||
nitro_chain_pk: ""
|
nitro_chain_pk: ""
|
||||||
|
|
||||||
# Multiaddr with publically accessible IP address / DNS for your L1 nitro node
|
# Multiaddr with publically accessible IP address / DNS for your L1 nitro node
|
||||||
|
Loading…
Reference in New Issue
Block a user