diff --git a/mini_sandbox_archive.sh b/mini_sandbox_archive.sh index bd9e98b..828c76d 100644 --- a/mini_sandbox_archive.sh +++ b/mini_sandbox_archive.sh @@ -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 } @@ -38,4 +33,4 @@ if [ "$1" = "" ] || [ "$1" = "help" ] || [ "$1" = "--help" ] || [ "$1" = "-h" ] usage else "$@" -fi +fi \ No newline at end of file