Skip to content

Commit

Permalink
the latest foundry image requires --legacy script execution for eip15…
Browse files Browse the repository at this point in the history
…59 support

Signed-off-by: stadolf <[email protected]>
  • Loading branch information
elmariachi111 committed Jan 4, 2024
1 parent 7442f59 commit ffc0d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupLocal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ while [ "$#" -gt 0 ]; do
shift
done

FSC="forge script -f $RPC_URL --broadcast --revert-strings debug"
FSC="forge script -f $RPC_URL --broadcast --legacy --revert-strings debug"

# Deployments
$FSC script/dev/Ipnft.s.sol:DeployIpnftSuite
Expand Down

0 comments on commit ffc0d89

Please sign in to comment.