Skip to content

Commit

Permalink
revert custom run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Apr 3, 2023
1 parent 5b6aa09 commit 2f6df6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/tokenvm/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ if [[ -z "${GENESIS_PATH}" ]]; then
echo "creating VM genesis file with allocations"
rm -f /tmp/tokenvm.genesis
/tmp/token-cli genesis generate /tmp/allocations.json \
--max-block-units 4000000 \
--window-target-units 100000000000 \
--window-target-blocks 30 \
--genesis-file /tmp/tokenvm.genesis
else
echo "copying custom genesis file"
Expand All @@ -123,7 +120,6 @@ cat <<EOF > /tmp/tokenvm.config
"parallelism": 5,
"streamingBacklogSize": 10000000,
"trackedPairs":["*"],
"preferredBlocksPerSecond": 3,
"continuousProfilerDir":"/tmp/tokenvm-e2e-profiles/*",
"logLevel": "${LOGLEVEL}",
"stateSyncServerDelay": ${STATESYNC_DELAY}
Expand Down

0 comments on commit 2f6df6d

Please sign in to comment.