github ethers-io/ethers.js v5.1.0
ethers/v5.1.0 (2021-03-30 14:44)

latest releases: v6.13.2, v6.13.1, v6.13.0...
3 years ago
  • Added BigNumber.toBigInt method. (#1415; 81fd628)
  • Abstracted Contract with BaseContract without meta-class properties for easier extensions. (#1384; 87ceaed)
  • Fixed Contract properties that collide with null member properties. (#1393; 0e1721b)
  • Added EIP-2930 support. (#1364; c47d2eb)
  • Added abstraction for EIP-2718 support. (1db4ce1)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-3w81r2QihiQT4GxU7yDk2/LYt0tFMnlSLSYVpy1VVhWomduuub5VVsTyKt5LPf8G"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.1.0.umd.min.js">
</script>

Don't miss a new ethers.js release

NewReleases is sending notifications on new releases.