ethers.js v5.8.0

v5.8.0

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

Added 1
  • Added ENS to Sepolia
Changed 1
  • Added modern networks, updated third-party backend URLs and added QuickNode
Security 2
  • Updated to latest elliptic library to fix audit warnings
  • Bumped ws package version to address DoS security concern

From ethers.js

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes
  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>
View original

Upgraded? How did it go?

Discussion