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 17b822f commit 6a9ebe6Copy full SHA for 6a9ebe6
scripts/hardfork/create_runtime_config.sh
@@ -3,7 +3,7 @@
3
# NOTE: This script patches the genesis timestamp of a fork config so a new
4
# network could be schedueld to genesis in some instant in the future.
5
6
-set -eo pipefail
+set -eux -o pipefail
7
8
# ==================== Inputs to this script ====================
9
# The fork config we aim to patch on
0 commit comments