Skip to content

Commit

Permalink
add chainID to local anvil deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Jul 29, 2023
1 parent d8130ea commit b849eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/anvil_xyz.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -x
nohup bash -c "anvil &" >/dev/null 2>&1 && sleep 5
nohup bash -c "anvil --chain-id 1337 &" >/dev/null 2>&1 && sleep 5

forge build

Expand Down

0 comments on commit b849eb6

Please sign in to comment.