ExtropyIO / defi-bot

Tutorial for building DeFi arbitrage bots
1.18k stars 468 forks source link

Some help plz, have 2 issues #25

Open licha10 opened 2 years ago

licha10 commented 2 years ago

Hello, im having 2 problems when deploying the TradingBot.sol.

First is in line 2: "Warning: Experimental features are turned on. Do not use experimental features on live deployments. Pragma experimental ABIEncoderV"

second is in line 306: "Warning: return value of low-level calls not used. Address (ZRX_EXCHANGE_ADDRESS). call.value.(msg.value)(_calldateHexString);"

Can someone help? ty

licha10 commented 2 years ago

i mean, when i compile the TradingBot.sol i get those warnings

Bunsble commented 2 years ago

same thing here, did you solved it?