Brian Chen

Results 34 comments of Brian Chen

@saiichihashimoto Thanks for the suggestion! This is definitely something we can consider adding with our next breaking change release. How would you separate the different underlying types? I'm guessing a...

@lahirumaramba Thanks for flagging these!

@mdegat01 @ludeeus can one of you take another look? much appreciated!

@robotoer Was there any particular feature in ethers v6 that you're looking to use?

Leaving this PR open to gauge developer demand. If you are using ethers v6 and want the sdk to support it, please comment what features you're looking for from v6....

@SohailKh Would adding the option to pass in your own connectionInfo overrides to the underlying provider based on the issue in [ethers thread](https://github.com/ethers-io/ethers.js/issues/4469#issuecomment-1932145334) help? The reason we are not considering...

@BZhelev Would the `getNtMetadataBatch` [endpoint](https://docs.alchemy.com/reference/getnftmetadatabatch) help? This way, you can call `getNftsForOwner(address, contractAddress)` to get all the owned nfts for the single contract you're interested in, and then pass the...

@BZhelev I'll keep this feature request open, and we'll prioritize this if there's sufficient developer demand. In the meantime, you can reduce the payload size by specifying `omitMetadata: true` in...

@thestriver Thanks for answering the question. The SDK has renamed some of the API names, but the next version of the NFT API endpoints will bring the naming conventions back...

@outdoteth Can you try calling `alchemy.nft.refreshContract()`on the contracts with timed out gateways or parsing errors to try and refetch the metadata again? We try to ingest contracts regularly, but sometimes...