We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f0a2d commit 4b0ea33Copy full SHA for 4b0ea33
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
# Start Anvil on port 8545 (chain-id 1337 to match erc4337-contracts)
148
- name: Start Anvil
149
run: |
150
- anvil --host 0.0.0.0 --chain-id 1337 &
+ pnpm run anvil &
151
echo "Waiting for Anvil to be ready..."
152
timeout 30 bash -c 'until cast client --rpc-url http://localhost:8545 > /dev/null 2>&1; do sleep 1; done'
153
echo "Anvil is ready!"
0 commit comments