WendellRyan / Opensea-Arbitrage-Bot

The MEV bot framework written in Rust is optimized for simplicity, speed, and efficiency. The improved version is specifically designed for Ethereum and has implemented an NFT arbitrage strategy, achieving good profitability.
MIT License
129 stars 42 forks source link

error #4

Open 0xJoseJordan opened 2 hours ago

0xJoseJordan commented 2 hours ago

Bro, I followed your instructions and entered the contract address as "invalid_address" for testing, but it failed to run and threw the following error: -----> Error: Invalid character 'i' at position 0 <----- I'm sure the other parameters are correct. Please help me out.

WendellRyan commented 2 hours ago

Bro, I followed your instructions and entered the contract address as "invalid_address" for testing, but it failed to run and threw the following error: -----> Error: Invalid character 'i' at position 0 <----- I'm sure the other parameters are correct. Please help me out.

Sorry, this might be an issue with the parameters not being entered correctly, which I overlooked. Ensure the other parameters are correct, and input the contract address as “0xabcdef0123456789abcdef0123456789abcdef01” to check if the program can enter a running state or if there are still errors. Remember, this is just a test to identify potential issues; for an official run, you must deploy the contract properly. You can use ChatGPT to assist you. If you encounter any issues after a successful run, please reach out to me on Discord.

0xJoseJordan commented 2 hours ago

It’s working fine now, thank you so much❤️