Skip to content

Commit

Permalink
Merge pull request input-output-hk#1433 from input-output-hk/jpraynau…
Browse files Browse the repository at this point in the history
…d/fix-devnet-mac-os

Fix `devnet` to run consistently on mac OS
  • Loading branch information
jpraynaud authored Jan 15, 2024
2 parents 19a0009 + f82f3ee commit 17c879d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-devnet/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-devnet/devnet-mkfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# Debug mode
if [ -v DEBUG ]; then
if [[ -n $DEBUG ]]; then
set -x
fi

Expand Down
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-devnet/mkfiles/mkfiles-cardano.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ INIT_SUPPLY=12000000
TOTAL_SUPPLY=2000000000000
DELEGATED_SUPPLY=240000000002
SECURITY_PARAM=2
START_GENESIS_DELAY=1
START_GENESIS_DELAY=5

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

Expand Down

0 comments on commit 17c879d

Please sign in to comment.