Skip to content

feat: replace ethers v5 with @ethersproject modules#924

Open
DefiCake wants to merge 1 commit intothreshold-network:mainfrom
DefiCake:deficake/ethersproject
Open

feat: replace ethers v5 with @ethersproject modules#924
DefiCake wants to merge 1 commit intothreshold-network:mainfrom
DefiCake:deficake/ethersproject

Conversation

@DefiCake
Copy link
Copy Markdown

This increases compatibility of the npm package with other projects that might be using different ethers versions.

The monolithic ethers v5 package should be used in final projects; for libraries and SDKs, it is ill advised because it will cause problems during dependency resolution.

As a note, I had to also add a git resolution in the typescript package.json because my yarn setup would fail when fetching it. Feel free to fork this branch and remove that change if it is not suitable for your needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant