From fa7053ebd7bac12b6a820cfe6c1e88123923f92c Mon Sep 17 00:00:00 2001 From: Mayur Chougule Date: Thu, 4 Jan 2024 18:58:01 -0500 Subject: [PATCH] Provide node store as arguments --- scripts/rollup_mocha.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rollup_mocha.sh b/scripts/rollup_mocha.sh index 96ab5fd..6dda7b8 100644 --- a/scripts/rollup_mocha.sh +++ b/scripts/rollup_mocha.sh @@ -144,8 +144,8 @@ jq --argjson pubKey "$PUB_KEY" '. + {"validators": [{"address": "'$ADDRESS'", "p # export the Celestia light node's auth token to allow you to submit # PayForBlobs to Celestia's data availability network # this is for mocha, if using another network, change the network name -export AUTH_TOKEN=$(celestia light auth write --p2p.network mocha) +export AUTH_TOKEN=$(celestia light auth write --p2p.network mocha --node.store ~/.vimana/gmdcelestia/) # start the chain # gmd start --rollkit.aggregator true --rollkit.lazy_aggregator --rollkit.da_layer celestia --rollkit.da_config='{"base_url":"http://localhost:26658","timeout":60000000000,"fee":600000,"gas_limit":6000000,"auth_token":"'$AUTH_TOKEN'"}' --rollkit.namespace_id $NAMESPACE --rollkit.da_start_height $DA_BLOCK_HEIGHT -gmd start --rollkit.aggregator true --rollkit.lazy_aggregator --rollkit.da_layer celestia --rollkit.da_config='{"base_url":"http://localhost:26658","timeout":60000000000,"fee":600000,"gas_limit":6000000,"auth_token":"'$AUTH_TOKEN'"}' --rollkit.namespace_id $NAMESPACE --rollkit.da_start_height $DA_BLOCK_HEIGHT \ No newline at end of file +gmd start --rollkit.aggregator true --rollkit.lazy_aggregator --rollkit.da_layer celestia --rollkit.da_config='{"base_url":"http://localhost:26658","timeout":60000000000,"fee":600000,"gas_limit":6000000,"auth_token":"'$AUTH_TOKEN'"}' --rollkit.namespace_id $NAMESPACE --rollkit.da_start_height $DA_BLOCK_HEIGHT