mouseless-eth/rusty-sando

Cannot deploy contract

Closed this issue · 1 comments

0xsepu commented

Trying to deploy the huff contract it and it says:

    │   ├─ [0] VM::prank(HuffConfig: [0xC7f2Cf4845C6db0e1a1e91ED41Bcd0FcC1b0E141]) 
    │   │   └─ ← ()
    │   ├─ [0] VM::ffi([rm, src/__TEMP__exzchhtyiyilqpjvvhjrbtzfffmlwbyvsando.huff]) 
    │   │   └─ ← 0x
    │   ├─ [0] VM::broadcast() 
    │   │   └─ ← "You have an active prank. Broadcasting and pranks are not compatible. Disable one or the other"
    │   └─ ← "You have an active prank. Broadcasting and pranks are not compatible. Disable one or the other"
    └─ ← "You have an active prank. Broadcasting and pranks are not compatible. Disable one or the other"


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

Command used:
forge script ./script/DeploySandwich.s.sol --rpc-url <alchemy_endpoint> --broadcast --private-key <privkey>

Any idea why ?