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
Some async conditional statements can be improved by making them concurrent.
For example, in async isSupportedContract(contractAddr), there are 2 contract calls that can be made concurrently.
The text was updated successfully, but these errors were encountered:
Some async conditional statements can be improved by making them concurrent.
For example, in
async isSupportedContract(contractAddr)
, there are 2 contract calls that can be made concurrently.The text was updated successfully, but these errors were encountered: