Skip to content

v0.5.0

Compare
Choose a tag to compare
@taha-abbasi taha-abbasi released this 29 Mar 06:23
· 42 commits to main since this release

What's Changed

  • nonCirculatingSupply Configuration and Circulating Supply Balance by @taha-abbasi in #8

Release v0.5.0

This release includes significant updates and improvements to the codebase since Release v0.4.0. The following changes have been made:

  1. Added src/types.ts file to define custom TypeScript interfaces, such as NonCirculatingSupplyBalance.
  2. Added src/utils.ts file to implement utility functions like getBep2TokenBalance and getErc20TokenBalance.
  3. Updated src/config.ts to include a new getNetworkConfigurations function, the ApiResponse interface, and the chainIdToNetworkMap object. Additionally, the nonCirculatingSupplyAddressesConfig array has been updated with new entries.
  4. Modified src/getSupplyAcrossNetworks.ts to use the newly added utility functions and configurations, as well as to improve error handling and logging.
  5. Overall improvements in code structure and readability, making it easier to maintain and extend the project in the future.

Full Changelog: v0.4.0...v0.5.0