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
This line here should leaves out the case where the nativeToken === constants.zeroAddress leading to cases where it tries to call IERC20Inbox.createRetryableTicket instead of IInbox.createRetryableTicket
The text was updated successfully, but these errors were encountered:
This line here should leaves out the case where the
nativeToken === constants.zeroAddress
leading to cases where it tries to callIERC20Inbox.createRetryableTicket
instead ofIInbox.createRetryableTicket
The text was updated successfully, but these errors were encountered: