Skip to content

ethers/v5.0.25 (2021-01-08 03:31)

Compare
Choose a tag to compare
@ricmoo ricmoo released this 08 Jan 23:02
e0ccafb
  • Safety check on digest length for signing. (20335e9)
  • Fixed listenerCount for contract when requesting for all events. (#1205; a56a0a3)
  • Lock package versions for the ESM builds. (#1009; 0e6cc9a)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-OX1i+8u9+OeCQi+teohOKipUsePOtMdPgYMBGr8TPkcZJW7z/QeGLa0CTnRhDdkT"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.25.umd.min.js">
</script>