There was an error while loading. Please reload this page.
1 parent 680086b commit fa1e017Copy full SHA for fa1e017
1 file changed
charts/dingo/templates/statefulset.yaml
@@ -60,7 +60,7 @@ spec:
60
case ${NETWORK} in
61
mainnet|preprod) __path=release-${NETWORK} ;;
62
preview) __path=pre-release-${NETWORK} ;;
63
- *) echo "Mithril not supported on ${NETWORK}... skipping"; exit 0 ;;
+ *) echo "Mithril not supported on ${NETWORK}"; exit 1 ;;
64
esac
65
export AGGREGATOR_ENDPOINT=https://aggregator.${__path}.api.mithril.network/aggregator
66
if [ "$DEBUG_INIT" = "true" ]; then
0 commit comments