[GMS-1086] refactor: Remove contract clients #909
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Remove contract clients from the SDK
Background: https://immutable.atlassian.net/wiki/spaces/IGG/pages/2262959181/Moving+Contract+Clients+out+of+SDK
Why the changes
Contract client versions need to be decoupled from sdk versions, and instead be coupled to smart contract updates. This is to avoid versioning issues for customers who have deployed an older version of our preset contract but still want access to SDK updates that are not contract related.
Things worth calling out
Publish to NPM
dry run succesful: https://github.com/immutable/ts-immutable-sdk/actions/runs/6331246693Contract clients have already been added to repo zkevm-contracts
Docs have already been updated to instruct using zkevm contracts instead of SDK contract clients
Before submitting the PR, please consider the following:
feat:
,fix:
,chore:
,docs:
, orrefactor:
.