From ffc0d897f377f88da78489af8cdc2822d5adf3cf Mon Sep 17 00:00:00 2001 From: stadolf Date: Thu, 4 Jan 2024 21:07:20 +0100 Subject: [PATCH] the latest foundry image requires --legacy script execution for eip1559 support Signed-off-by: stadolf --- setupLocal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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