Tenderly / tenderly-sdk

With the Tenderly SDK, you can simulate individual transactions or bundles of transactions, manage contracts and wallets, and verify contracts from your code.
https://docs.tenderly.co/tenderly-sdk
MIT License
41 stars 12 forks source link

fix: update value type to be string in Simulator types #91

Closed marcusmolchany closed 1 year ago

marcusmolchany commented 1 year ago

fixes #90

Update value in Simulator TransactionParameters and SimulationCallArguments to be a string | number rather than only number. 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?

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: c1a6dfd6b9a5d4568fb873abb28eaa605db7625d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------- | ----- | | @tenderly/sdk | Patch |

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