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 19a0009 commit 498393bCopy full SHA for 498393b
mithril-test-lab/mithril-devnet/devnet-mkfiles.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
# Debug mode
6
-if [ -v DEBUG ]; then
+if [[ -n $DEBUG ]]; then
7
set -x
8
fi
9
mithril-test-lab/mithril-devnet/mkfiles/mkfiles-cardano.sh
@@ -25,7 +25,7 @@ INIT_SUPPLY=12000000
25
TOTAL_SUPPLY=2000000000000
26
DELEGATED_SUPPLY=240000000002
27
SECURITY_PARAM=2
28
-START_GENESIS_DELAY=1
+START_GENESIS_DELAY=5
29
30
START_TIME="$(${DATE} -d "now + ${START_GENESIS_DELAY} seconds" +%s)"
31
0 commit comments