Skip to content

Commit

Permalink
chore: allow to pass extra args to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Mar 27, 2024
1 parent ba57d4b commit ec381bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/dev/node1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ GENESIS_TIME=$(date +%s)
--metrics \
--logLevel debug \
--eth1 false \
--network.rateLimitMultiplier 0
--network.rateLimitMultiplier 0 \
$@
3 changes: 2 additions & 1 deletion scripts/dev/node2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ GENESIS_TIME=$(curl -s http://localhost:9596/eth/v1/beacon/genesis | jq -r .data
--port 9001 \
--rest.port 9597 \
--network.connectToDiscv5Bootnodes true \
--bootnodes $ENR
--bootnodes $ENR \
$@

0 comments on commit ec381bf

Please sign in to comment.