Skip to content

Commit 4b0ea33

Browse files
committed
fix: run anvil fork
missing entry points
1 parent 98f0a2d commit 4b0ea33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# Start Anvil on port 8545 (chain-id 1337 to match erc4337-contracts)
148148
- name: Start Anvil
149149
run: |
150-
anvil --host 0.0.0.0 --chain-id 1337 &
150+
pnpm run anvil &
151151
echo "Waiting for Anvil to be ready..."
152152
timeout 30 bash -c 'until cast client --rpc-url http://localhost:8545 > /dev/null 2>&1; do sleep 1; done'
153153
echo "Anvil is ready!"

0 commit comments

Comments
 (0)