diff --git a/ops/deployments-from-scratch.md b/ops/deployments-from-scratch.md index 7badfc0..e2d19d1 100644 --- a/ops/deployments-from-scratch.md +++ b/ops/deployments-from-scratch.md @@ -212,7 +212,7 @@ nitro_sc_pk: "" # 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: "" # L1 chain ID (Sepolia: 11155111) diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index 4079c73..b5e68e8 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -47,16 +47,17 @@ # 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: ```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: "" # 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: "" # Multiaddr with publically accessible IP address / DNS for your L1 nitro node