Open 0xprincess opened 2 years ago
So if you're using this provider for fetching metadata on the indexer side, please consider changing it.
@0xprincess Great point! We're using a different provider on the indexer side. What contract were you having issues with?
I discovered that a particular nft contact wasn't picked up by a zora indexer, so I thought that maybe this library has an issue. (I didn't notice a warning that contracts are manually added at that moment)
But also turned out that this library fails to fetch a metadata with default provider, but succeed using public infura endpoint.
How to test: 1) Code below fails (default provider)
2) Code below works (infura provider)