Skip to content

Commit

Permalink
Provide node store as arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmchougule authored Jan 4, 2024
1 parent 35cb2eb commit fa7053e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rollup_mocha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit fa7053e

Please sign in to comment.