Anyone here know what this is / what to do with this?
Error: call revert exception (method="aggregate((address,bytes)[])", errorArgs=["Multicall aggregate: call failed"], errorName="Error", errorSignature="Error(string)", reason="Multicall aggregate: call failed", code=CALL_EXCEPTION, version=abi/5.4.0)
Jun 28, 2023, 10:03 AM
Did you set tryAggregate to "true"?
If yes then 2 or more calls fails
If no then minimum 1 call in the Multicall fails
Jun 28, 2023, 4:14 PM