v0.9.26
What's Changed
- Dynamic nonCirculatingSupplyAddressConfiguration based on Currency by @taha-abbasi in #21
Release v0.9.26
In this release, we have made several improvements and updates to the codebase since Release v0.9.0. Below is a summary of the most notable changes:
1. Updated getTotalSupplyAcrossNetworks
function
- Returns JSON objects
- Fixed the issue with supply numbers not being accurate up to 18 decimals
2. Modified the getNetworkConfigurations
function
- Returns the
currencyId
alongside the network configurations
3. Updated the /nonCirculatingSupplyAddresses
route
- Removed the
jsonRpcUrl
value from the response without affecting thegetNonCirculatingSupplyAddressConfigurations
function
4. Moved the database collection name to an environment variable
- Updated the
getNonCirculatingSupplyAddressesConfigInput
function to use the new variable - Fixed the TypeScript error related to the potential
undefined
value of the environment variable by providing a fallback value
These updates should improve the overall functionality and maintainability of the code. Please review the release notes and update your local environments accordingly.
Full Changelog: v0.9.0...v0.9.26