You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cost of hosting the CDN has been climbing for quite some time now, and I expect with the release of the Playground, it will get worse.
So, I plan to investigate hosting the ethers library on https://cdnjs.com.
The in-page ethers can use the Subresource Integrity, but the importScripts isn't quite as flexible, so a short loader will be required, as well as changes to the ethers build process to insert a signed hash.
The text was updated successfully, but these errors were encountered:
The cost of hosting the CDN has been climbing for quite some time now, and I expect with the release of the Playground, it will get worse.
So, I plan to investigate hosting the ethers library on https://cdnjs.com.
The in-page ethers can use the Subresource Integrity, but the
importScripts
isn't quite as flexible, so a short loader will be required, as well as changes to the ethers build process to insert a signed hash.The text was updated successfully, but these errors were encountered: