Skip to content

Commit f462128

Browse files
committed
fix scripts
1 parent 9be23d0 commit f462128

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

espresso/scripts/prepare-allocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ kill $ANVIL_PID
9595

9696
sleep 1
9797

98-
jq -S -f "${OP_ROOT}/espresso/scripts/reshape-allocs.jq" \
98+
"${OP_ROOT}/espresso/scripts/reshape-allocs.jq" \
9999
<(jq .accounts "${ANVIL_STATE_FILE}") \
100100
| jq '{ "alloc": map_values(.state) }' \
101101
> "${DEPLOYMENT_DIR}/deployer_allocs.json"

espresso/scripts/reshape-allocs.jq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# Converts output of espresso-dev-node launched with
23
# 'ESPRESSO_DEV_NODE_L1_DEPLOYMENT=dump' to form suitable
34
# for e2e testing harness.

0 commit comments

Comments
 (0)