diff --git a/testnet-onboarding-demo.md b/testnet-onboarding-demo.md index eb1ace3..d37460b 100644 --- a/testnet-onboarding-demo.md +++ b/testnet-onboarding-demo.md @@ -892,13 +892,16 @@ - Use the scripts in fixturenet-laconicd stack to generate genesis file for stage 1 with token allocations: ```bash + # Set current working dir path in a variable + DEPLOYMENTS_DIR=$(pwd) + cd ~/cerc/fixturenet-laconicd-stack/stack-orchestrator/stacks/fixturenet-laconicd # Fetch account holdings from bridge - ./scripts/fetch-account-holdings.sh eth-account-holdings.json + ./scripts/fetch-account-holdings.sh $DEPLOYMENTS_DIR/bridge-deployment eth-account-holdings.json # Generate the genesis file - ./scripts/generate-stage1-genesis.sh eth-account-holdings.json + ./scripts/generate-stage1-genesis.sh $DEPLOYMENTS_DIR/stage0-deployment eth-account-holdings.json # Expected output: # Genesis file for stage1 written to output/genesis.json @@ -986,7 +989,7 @@ # ID: '0xb29aeb32c9495a793ebf7bd116232075d1e7bfe89fc82281c7d498e3ffd3e3bf', # Status: 'Open', # Balance: { - # AssetAddress: '', + # AssetAddress: '0x0000000000000000000000000000000000000000', # Payee: '0xa8d2d06ace9c7ffc24ee785c2695678aecdfd7a0', # Payer: '0xaaa6628ec44a8a742987ef3a114ddfe2d4f7adce', # PaidSoFar: 0n,