v0.6.0
Release Notes for v0.6.0:
In this release, we have made significant updates to the project structure, improved the code organization, and implemented new features to calculate and display token supply data across multiple networks. The following changes have been made since Release v0.5.0:
-
Introduced a new
types.ts
file that includes TypeScript interfaces and types for better type checking and code maintainability. This file contains types such asNonCirculatingSupplyBalance
,NetworkConfiguration
,NetworkConfigurations
,AddressConfigurationInput
, andAddressConfiguration
. -
Updated the
config.ts
file to export thegetNonCirculatingSupplyAddressConfigurations
function, which retrieves the address configurations for non-circulating supply. -
Updated the
getSupplyAcrossNetworks.ts
file to include thegetNonCirculatingSupplyBalances
function, which calculates the non-circulating supply balances for each address. The file has also been updated to utilize the new types introduced in thetypes.ts
file.
These updates improve the overall organization of the codebase and provide better support for managing token supply data across multiple networks. This release enhances the application's functionality and maintainability, making it easier to extend and adapt to future requirements.
What's Changed
- Dynamic nonCirculatingSupplyAddress Config by @taha-abbasi in #11
Full Changelog: v0.5.2...v0.6.0