mouseless-eth/rusty-sando

Contract Deployment

Closed this issue · 0 comments

0xsepu commented

Sorry I am coming again with this question but I can't figure out why I can't deploy the contract on chain.

Doing this command:
forge script ./script/DeploySandwich.s.sol --rpc-url <HTTP_RPC> --broadcast --private-key <PRIV_KEY>

And I this result:
Error: You have an active prank. Broadcasting and pranks are not compatible. Disable one or the other

Any help would be appreciated.