Skip to content

Commit

Permalink
fix: update naming from era_test_node to anvil-zksync
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Dec 10, 2024
1 parent 28d8b7a commit b72a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fixture-projects/node/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pnpm hardhat node-zksync --port 8012 &

sleep 10

LOG_FILE="./anvil_zksync.log"
LOG_FILE="./era_test_node.log"

if grep -q "Listening on 127.0.0.1:8012" "$LOG_FILE"; then
echo "ZKsync node started successfully."
Expand Down

0 comments on commit b72a51e

Please sign in to comment.