v0.5.0
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:
- Added src/types.ts file to define custom TypeScript interfaces, such as NonCirculatingSupplyBalance.
- Added src/utils.ts file to implement utility functions like getBep2TokenBalance and getErc20TokenBalance.
- 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.
- Modified src/getSupplyAcrossNetworks.ts to use the newly added utility functions and configurations, as well as to improve error handling and logging.
- 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