mouseless-eth / rusty-sando

Implementation of a competitive v2/v3 multi-meat MEV sandwich bot written using Rust and Huff.
MIT License
767 stars 256 forks source link

Contract Deployment #33

Closed 0xsepu closed 1 year ago

0xsepu commented 1 year ago

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.