ferrumnet / tokenSupply

MIT License
1 stars 1 forks source link

Dynamic nonCirculatingSupplyAddress Config #11

Closed taha-abbasi closed 1 year ago

taha-abbasi commented 1 year ago

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 as NonCirculatingSupplyBalance, NetworkConfiguration, NetworkConfigurations, AddressConfigurationInput, and AddressConfiguration.

Updated the config.ts file to export the getNonCirculatingSupplyAddressConfigurations function, which retrieves the address configurations for non-circulating supply.