Simply include the -i / --interactive option to enter interactive mode. For example$ forge script script/Deploy.s.sol --rpc-url <rpc_url> --broadcast --verify -vvvv --sender <wallet_address> -i 1 While running the script, you will now be prompted with a message similar to this========================== Chain 5 Estimated gas price: 3.00000002 gwei Estimated total gas used for script: 3524127 Estimated amount required: 0.01057238107048254 ETH ========================== ### Finding wal...