Closed marcusmolchany closed 1 year ago
Latest commit: c1a6dfd6b9a5d4568fb873abb28eaa605db7625d
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
fixes #90
Update
value
in SimulatorTransactionParameters
andSimulationCallArguments
to be astring | number
rather than onlynumber
. This is to allow for wei values that are larger than numbers that javascript can handle.⚠️ since this is backwards compatible, i believe this can be a
patch
?