Skip to content

ethers/v5.4.3 (2021-07-29 23:26)

Compare
Choose a tag to compare
@ricmoo ricmoo released this 30 Jul 13:59
68229ac
  • Fixed JsonRpcProvider for pre-EIP-2930 chains. (#1766; 7274cd0)
  • Forward some missing EIP-1559 fields to call and estimateGas. (#1766; be3854e)
  • Fixed possible UnhandledPromiseException for bad ENS names. (63f8b28)
  • Prevent overriding value for non-payble constructors. (#1785; 593b488)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-vsz9YA+ULlESA0434y8k25Vio7Dzn/cFXLqZT+Dk4qv2IMESrfJqqlIws85A9n2g"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.3.umd.min.js">
</script>