subway-rs icon indicating copy to clipboard operation
subway-rs copied to clipboard

An extensible and practical demonstration of constructing evm-based sandwich attacks built with ethers-rs and Huff language.

Results 3 subway-rs issues
Sort by recently updated
recently updated
newest added

problem: .env file wasn't being read, bot wouldn't start solution: added dotenv lib and checks on all var calls

Hi @refcell , When I use below forge script to deploy the contract, error occurs with (os error 2). I found you replied in other's github repo that this should...