Path: /chain-operators/tutorials/create-l2-rollup/op-batcher-setup Hello there i have an issue here : # Extract the BatchInbox address BATCH_INBOX_ADDRESS=$(cat state.json | jq -r '.opChainDeployments[0].**systemConfigProxyAddress**') echo "BatchInbox Address: $BATCH_INBOX_ADDRESS" Why you extract the **systemConfigProxyAddress** for the "BATCH_INBOX_ADDRESS" ? is this an error ?
Path: /chain-operators/tutorials/create-l2-rollup/op-batcher-setup
Hello there i have an issue here :
Extract the BatchInbox address
BATCH_INBOX_ADDRESS=$(cat state.json | jq -r '.opChainDeployments[0].systemConfigProxyAddress')
echo "BatchInbox Address: $BATCH_INBOX_ADDRESS"
Why you extract the systemConfigProxyAddress for the "BATCH_INBOX_ADDRESS" ?
is this an error ?