Skip to content

Commit

Permalink
fix(anvil): hardcode anvil port for the evm testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and jacderida committed Mar 4, 2025
1 parent 608e8f3 commit f57c9ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ After=network.target
[Service]
User=ant
Environment=ANVIL_IP_ADDR={{ ansible_default_ipv4.address }}
Environment=ANVIL_PORT=4343
ExecStart=/usr/local/bin/{{ bin_name }}
Restart=always

Expand Down

0 comments on commit f57c9ba

Please sign in to comment.