onflow / nft-catalog

https://www.flow-nft-catalog.com/
The Unlicense
37 stars 13 forks source link

GetNftCatalog (maybe also other functions) return only testnet nfts #93

Open PeterBenc opened 2 years ago

PeterBenc commented 2 years ago

Thanks for developing the lib :+1:

Issue:

prpatel05 commented 2 years ago

This is a fair callout. A quick workaround would be to import @onflow/flow-cadut and set the environment correctly to the network you want. We will think through how to better approach this problem.

Ideally, taking in a network parameter would be useful here, however, alot of this code/functions are auto-generated.