This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Releases: Web3Auth/web3auth-backend
Releases · Web3Auth/web3auth-backend
v1.0.0
What's Changed
- pass web3auth network in constructor to make it consistent by @himanshuchawla009 in #6
- release 4.x by @chaitanyapotti in #7
Full Changelog: v0.1.0...v1.0.0
Release v0.1.0
- Improved error messages, along with error codes.
- Refer to @web3auth/base package for error codes and error deserialization handling
- New Errors format is:
{ code: "", message: "", name: "", }