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 contract "provider" layer interacts with the ABI and returns a value or calldata. It never writes to the chain. But this layer has functions like "execute" and "handleOps", which are counterintuitive if you don't have context of the layering.
Renaming these functions to add a prefix or suffix or adding ".call()" properties can make the code a bit more readable.
The text was updated successfully, but these errors were encountered:
The contract "provider" layer interacts with the ABI and returns a value or calldata. It never writes to the chain. But this layer has functions like "execute" and "handleOps", which are counterintuitive if you don't have context of the layering.
Renaming these functions to add a prefix or suffix or adding ".call()" properties can make the code a bit more readable.
The text was updated successfully, but these errors were encountered: