Skip to content

Commit 6e26a14

Browse files
authored
Merge pull request #18 from cloudstruct/feat/remove-testnet
feat: remove testnet
2 parents 0fe966a + c2e5301 commit 6e26a14

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)