Skip to content

@ensdomains/[email protected]

Compare
Choose a tag to compare
@TateB TateB released this 13 Dec 02:32
· 177 commits to main since this release

ENSjs v3 is now out of alpha/beta!

Changes from v3-alpha

  • Now using viem
  • Classes have been removed
  • Dual-builds for CJS and ESM
  • Significantly better error handling
  • Using UniversalResolver v2
  • Subgraph queries are no longer combined with chain queries in any functions
  • The API is similar for some functions, but there are still significant changes so you should read the docs.

Changes from v2

  • Now using viem
  • Written in TypeScript
  • The API is completely different. If you are migrating from v2, you should read the docs.
  • Full tree shaking support