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
37 stars 12 forks source link

Remove TenderlySolcConfig since it is not needed anymore #87

Closed dule-git closed 1 year ago

dule-git commented 1 year ago

TenderlySolcConfig is not needed anymore since the only difference from the SolcConfig is in the libraries field.

Since we are planning to mark SolcConfig.settings as an unkown type, there will be no SolcConfig.settings.libraries, thus, TenderlySolcConfig is not needed anymore.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: b80a61d489bc20dfb2dcea4c37eb834c1704fd75

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

dule-git commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.