cosmos / chain-registry

Creative Commons Attribution 4.0 International
515 stars 1.25k forks source link

Add testnet/mainnet type for assets #759

Open zakarialounes opened 2 years ago

zakarialounes commented 2 years ago

When retrieving all assets from the @chain-registry package, it is not possible to differentiate between mainnet/testnet assets, only for the chain is it possible. A boolean should be added if possible. What do you think about it? Thanks in advance.

JeremyParish69 commented 1 year ago

This should be handled by the package looking at which folder the chain/asset data comes from (testnets vs top level).