We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While working on optimising the JS payload, I found that the ethers package accounts for 186.94kB of production output, or about 15% of total.
ethers
We only use a single function from it, in one place only, to format an ETH amount.
This dependency is drastically oversized for our requirements! We should reimplement the method by copy-paste and remove the package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While working on optimising the JS payload, I found that the
ethers
package accounts for 186.94kB of production output, or about 15% of total.We only use a single function from it, in one place only, to format an ETH amount.
This dependency is drastically oversized for our requirements! We should reimplement the method by copy-paste and remove the package.
The text was updated successfully, but these errors were encountered: