You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a similar issue when I try to check the price of MAHA, CFI, GRT it gives me this error: Error: Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced.
Turns out that it is due to uniswap problem when reading the USDT price, i managed to isolate and figured out it is due to this line of code:
const uniswapResult = await exchangeContract.methods.getEthToTokenInputPrice(inputAmount).call()
Now i am not sure what should i change already. Any idea?
Having error while checking ETH USDT pair price. No issue on the other token. Anybody encountered this issue?
The text was updated successfully, but these errors were encountered: