Skip to content

Commit

Permalink
fix(scripts): remove da-min-block-to-submit in deploy_rooch_testnet.sh (
Browse files Browse the repository at this point in the history
  • Loading branch information
popcnt1 authored Dec 1, 2024
1 parent 7cc3790 commit d56d91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_rooch_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ docker run -d --name rooch-testnet --restart unless-stopped -v /data:/root -p 67
--btc-rpc-password "$BTC_TEST_RPC_PWD" \
--traffic-burst-size 200 \
--traffic-per-second 0.1 \
--da "{\"da-backend\": {\"backends\": [{\"open-da\": {\"scheme\": \"gcs\", \"config\": {\"bucket\": \"$OPENDA_GCP_TESTNET_BUCKET\", \"credential\": \"$OPENDA_GCP_TESTNET_CREDENTIAL\"}}}]}, \"da-min-block-to-submit\": 2508}"
--da "{\"da-backend\": {\"backends\": [{\"open-da\": {\"scheme\": \"gcs\", \"config\": {\"bucket\": \"$OPENDA_GCP_TESTNET_BUCKET\", \"credential\": \"$OPENDA_GCP_TESTNET_CREDENTIAL\"}}}]}}"

0 comments on commit d56d91e

Please sign in to comment.