Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

fix: remove static protocol params #3

Merged
merged 2 commits into from
Feb 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 2 additions & 7 deletions mini_sandbox_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ all_commands="$all_commands
* start : Start the sandbox."
start () {
flextesa mini \
--root /tmp/mini-delphi --size 1 "$@" \
--root /tmp/mini-ganache-net --size 1 "$@" \
--time-between-blocks 0 \
--timestamp-delay 0 \
--no-baking \
--tezos-baker tezos-baker-007-PsDELPH1 \
--tezos-endorser tezos-endorser-007-PsDELPH1 \
--tezos-accuser tezos-accuser-007-PsDELPH1 \
--protocol-hash PsDELPH1Kxsxt8f9eWbxQeRxkjfbxoqM52jvs5Y5fBxWWh4ifpo \
--protocol-kind Delphi \
--set-history-mode N000:archive
}

Expand All @@ -38,4 +33,4 @@ if [ "$1" = "" ] || [ "$1" = "help" ] || [ "$1" = "--help" ] || [ "$1" = "-h" ]
usage
else
"$@"
fi
fi