We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea66f82 commit bbdcc33Copy full SHA for bbdcc33
bin/run-network
@@ -8,7 +8,7 @@ fi
8
export PATH=${PATH}:/usr/local/bin
9
mkdir -p ipc
10
case ${NETWORK} in
11
- mainnet|testnet) : ;;
+ mainnet|testnet|preview|preprod) : ;;
12
*) echo "[Error] Managed configuration for network ${NETWORK} does not exist"; exit 1 ;;
13
esac
14
0 commit comments