From cd84b538c3787e90efb67a5799f6c945cde6bec3 Mon Sep 17 00:00:00 2001 From: "Ola [AHLNET]" Date: Mon, 3 Aug 2020 15:10:25 +0200 Subject: [PATCH] Update prereqs.sh --- scripts/cnode-helper-scripts/prereqs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cnode-helper-scripts/prereqs.sh b/scripts/cnode-helper-scripts/prereqs.sh index cf6b5c790..e91a2add5 100755 --- a/scripts/cnode-helper-scripts/prereqs.sh +++ b/scripts/cnode-helper-scripts/prereqs.sh @@ -215,6 +215,7 @@ cd "$CNODE_HOME/files" || return curl -s -o ptn0-praos.json https://raw.githubusercontent.com/cardano-community/guild-operators/master/files/ptn0-praos.json curl -s -o ptn0-combinator.json https://raw.githubusercontent.com/cardano-community/guild-operators/master/files/ptn0-combinator.json +curl -s -o ptn0-mainnet.json https://raw.githubusercontent.com/cardano-community/guild-operators/master/files/ptn0-mainnet.json if [[ "$GUILD" = "Y" ]]; then curl -s -o genesis.json https://raw.githubusercontent.com/cardano-community/guild-operators/master/files/genesis.json curl -s -o byron-genesis.json https://raw.githubusercontent.com/cardano-community/guild-operators/master/files/byron-genesis.json