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
The relayer and dapp tools were developed with a slightly outdated version of the relayhub ABI. Go through all ABI calls and fix them to update them to the latest version of the relayhub.
Also, check whether the balance currently being displayed is correct. In particular, the dapp tool assumes that the recipient implements a getRecipientBalance method, which may not always be the case.
Reach out to Brendan or Chuck if help is needed.
The text was updated successfully, but these errors were encountered:
The relayer and dapp tools were developed with a slightly outdated version of the relayhub ABI. Go through all ABI calls and fix them to update them to the latest version of the relayhub.
Also, check whether the balance currently being displayed is correct. In particular, the dapp tool assumes that the recipient implements a
getRecipientBalance
method, which may not always be the case.Reach out to Brendan or Chuck if help is needed.
The text was updated successfully, but these errors were encountered: