Fix comments
This commit is contained in:
parent
eaf00032f9
commit
65c4c36eec
@ -423,7 +423,7 @@ Clone the stack repo:
|
||||
|
||||
- Check status of L1
|
||||
|
||||
- Run command in intervals of 3 seconds to check new blocks are created
|
||||
- Run command in intervals of 3 seconds to check if new blocks are created
|
||||
|
||||
```bash
|
||||
laconic-so deployment --dir fixturenet-eth-deployment exec foundry "cast block-number"
|
||||
@ -625,9 +625,9 @@ Clone the stack repo:
|
||||
```bash
|
||||
# Contract address of NitroAdjudicator
|
||||
export NA_ADDRESS=$(laconic-so deployment --dir bridge-deployment exec nitro-bridge "jq -r '.\"1212\"[0].contracts.NitroAdjudicator.address' /app/deployment/nitro-addresses.json")
|
||||
# Contract address of VirtualPaymentApp
|
||||
export CA_ADDRESS=$(laconic-so deployment --dir bridge-deployment exec nitro-bridge "jq -r '.\"1212\"[0].contracts.ConsensusApp.address' /app/deployment/nitro-addresses.json")
|
||||
# Contract address of ConsensusApp
|
||||
export CA_ADDRESS=$(laconic-so deployment --dir bridge-deployment exec nitro-bridge "jq -r '.\"1212\"[0].contracts.ConsensusApp.address' /app/deployment/nitro-addresses.json")
|
||||
# Contract address of VirtualPaymentApp
|
||||
export VPA_ADDRESS=$(laconic-so deployment --dir bridge-deployment exec nitro-bridge "jq -r '.\"1212\"[0].contracts.VirtualPaymentApp.address' /app/deployment/nitro-addresses.json")
|
||||
|
||||
# Contract address of bridge
|
||||
@ -637,8 +637,8 @@ Clone the stack repo:
|
||||
- Get Ethereum private keys for accounts Alice and Charlie from `laconic-wallet` using the `Show private key` link (to be used as statechannel PKs)
|
||||
|
||||
```bash
|
||||
export A_PRIVATE_KEY=<Alice Ethereum Private Key>
|
||||
export C_PRIVATE_KEY=<Charllie Ethereum Private Key>
|
||||
export A_PRIVATE_KEY=<Alice's Ethereum Private Key>
|
||||
export C_PRIVATE_KEY=<Charllie's Ethereum Private Key>
|
||||
```
|
||||
|
||||
- Prepare deployments for the nodes
|
||||
@ -769,7 +769,7 @@ Clone the stack repo:
|
||||
|
||||
```bash
|
||||
export BRIDGE_ADDRESS=$(laconic-so deployment --dir bridge-deployment exec nitro-bridge "jq -r '.\"42069\"[0].contracts.Bridge.address' /app/deployment/nitro-addresses.json")
|
||||
export L1_ASSET_ADDRESS="$(laconic-so deployment --dir bridge-deployment exec nitro-contracts "jq -r '.\"1212\"[0].contracts.Token.address' /app/deployment/nitro-addresses.json")"
|
||||
export L1_ASSET_ADDRESS="$(laconic-so deployment --dir bridge-deployment exec nitro-contracts "jq -r '.\"1212\"[0].contracts.Token.address' /app/deployment/nitro-addresses.json")"
|
||||
```
|
||||
|
||||
- Create ledger channel between A and Bridge with custom token
|
||||
@ -1011,7 +1011,7 @@ Clone the stack repo:
|
||||
|
||||
- Note balance change in C' node:
|
||||
|
||||
```bash
|
||||
```bash
|
||||
laconic-so deployment --dir l2charlie-nitro-deployment exec nitro-rpc-client "nitro-rpc-client get-all-ledger-channels -p 4005 -h nitro-node"
|
||||
|
||||
# Expected output:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user