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 have a few L2->L1 transaction hashes that I would like to know if they're claimed/claimable/settled/pending.
However "status" always returns the error: "invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.7.0)"
This makes status throw a different error: "call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="latestConfirmed()", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)"
The text was updated successfully, but these errors were encountered:
I have a few L2->L1 transaction hashes that I would like to know if they're claimed/claimable/settled/pending.
However "status" always returns the error: "invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.7.0)"
EDIT:
3. Also tried the following:
This makes status throw a different error: "call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="latestConfirmed()", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)"
The text was updated successfully, but these errors were encountered: