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
Hello,
I've been trying and trying stuff to get the Blast quoterV2 to return prices, but with no luck.
Only getting "Error: call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="quoteExactInputSingle((address,address,uint256,uint24,uint160))", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)"
I'm using quoterV2 address as mentioned in the docs: '0xd93a91442afd80243cf12f7110f48ab276fff33f'
Thanks for trying to provide a solution but I want to say that this code actually works in the rest of the chains.
For some reason, only in Blast it fails and I tried many times to get it to work.
I'll give it a try to see if the static call will make a difference
The code provided by me was simplified in order to highlight my problem, I missed the async and ethers.parseEther('1') it's not fixing anything
Hello,
I've been trying and trying stuff to get the Blast quoterV2 to return prices, but with no luck.
Only getting "Error: call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="quoteExactInputSingle((address,address,uint256,uint24,uint160))", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)"
I'm using quoterV2 address as mentioned in the docs: '0xd93a91442afd80243cf12f7110f48ab276fff33f'
I don't know what I'm doing wrong, please help.
The text was updated successfully, but these errors were encountered: