Add details for users Nitro account

This commit is contained in:
Prathamesh Musale 2024-09-10 16:20:51 +05:30
parent 7067208d2a
commit db67b2fe3b
2 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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