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
improves experience of writing handler functions because it matches with types coming from ethers event log params. goal is to avoid needing to use BigNumber.from(...) and BigNumber.toString() everywhere
The text was updated successfully, but these errors were encountered:
improves experience of writing handler functions because it matches with types coming from ethers event log params. goal is to avoid needing to use
BigNumber.from(...)
andBigNumber.toString()
everywhereThe text was updated successfully, but these errors were encountered: