diff --git a/setupLocal.sh b/setupLocal.sh index c1798edd..44fccd04 100755 --- a/setupLocal.sh +++ b/setupLocal.sh @@ -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