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
currently relayer calls route whether router has balance or not, we can first check router balance before actually calling route, which has 2 advantages:
it can throw explicit error msg
faster
The text was updated successfully, but these errors were encountered:
currently relayer calls route whether router has balance or not, we can first check router balance before actually calling route, which has 2 advantages:
The text was updated successfully, but these errors were encountered: