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 9be23d0 commit f462128Copy full SHA for f462128
espresso/scripts/prepare-allocs.sh
@@ -95,7 +95,7 @@ kill $ANVIL_PID
95
96
sleep 1
97
98
-jq -S -f "${OP_ROOT}/espresso/scripts/reshape-allocs.jq" \
+"${OP_ROOT}/espresso/scripts/reshape-allocs.jq" \
99
<(jq .accounts "${ANVIL_STATE_FILE}") \
100
| jq '{ "alloc": map_values(.state) }' \
101
> "${DEPLOYMENT_DIR}/deployer_allocs.json"
espresso/scripts/reshape-allocs.jq
@@ -1,3 +1,4 @@
1
+#!/bin/bash
2
# Converts output of espresso-dev-node launched with
3
# 'ESPRESSO_DEV_NODE_L1_DEPLOYMENT=dump' to form suitable
4
# for e2e testing harness.
0 commit comments