Skip to content

Commit 498393b

Browse files
committed
fix: make devnet work consistently on macOS
1 parent 19a0009 commit 498393b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-test-lab/mithril-devnet/devnet-mkfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Debug mode
6-
if [ -v DEBUG ]; then
6+
if [[ -n $DEBUG ]]; then
77
set -x
88
fi
99

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-cardano.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ INIT_SUPPLY=12000000
2525
TOTAL_SUPPLY=2000000000000
2626
DELEGATED_SUPPLY=240000000002
2727
SECURITY_PARAM=2
28-
START_GENESIS_DELAY=1
28+
START_GENESIS_DELAY=5
2929

3030
START_TIME="$(${DATE} -d "now + ${START_GENESIS_DELAY} seconds" +%s)"
3131

0 commit comments

Comments
 (0)