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
It has been discovered that the following code returns false if a RPC endpoint used by the burner wallet core return errors (e.g. quota limit for the infura endpoint):
It has been discovered that the following code returns
false
if a RPC endpoint used by the burner wallet core return errors (e.g. quota limit for the infura endpoint):https://github.com/poanetwork/tokenbridge/blob/48dd53622c5b13cef5d9ae923cc148eb77b61d0a/burner-wallet-plugin/tokenbridge-bw-exchange/src/burner-wallet/assets/BridgeableERC20Asset.ts#L33-L43
It causes that the token is sent to the bridge/mediator contract by the
transfer
method instead of the pair of methodsapprove
+relayTokens
The text was updated successfully, but these errors were encountered: