fix number of SCs in the script

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-02-10 13:17:57 +03:00
parent 1c63bac801
commit efe1f7ce25
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB

View File

@ -3,7 +3,7 @@ set -e
AVAILIABLE_NETWORKS=(anvil-localnet sepolia-testnet hoodi-testnet)
NETWORK="${AVAILIABLE_NETWORKS[0]}"
START=1
END=13
END=14
VERIFY_NEEDED="--verify"
usage() {