Skip to content

Commit c2e5301

Browse files
committed
feat: remove testnet
Signed-off-by: Chris Gianelloni <cgianelloni@cloudstruct.net>
1 parent 2637dc1 commit c2e5301

6 files changed

+1
-856
lines changed

bin/run-network

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
export PATH=${PATH}:/usr/local/bin
99
mkdir -p /ipc
1010
case ${NETWORK} in
11-
mainnet|testnet|preview|preprod) : ;;
11+
mainnet|preview|preprod) : ;;
1212
*) echo "[Error] Managed configuration for network ${NETWORK} does not exist"; exit 1 ;;
1313
esac
1414

config/testnet-alonzo-genesis.json

-196
This file was deleted.

0 commit comments

Comments
 (0)