diff --git a/site/docs/pages/mint/nft-mint-card.mdx b/site/docs/pages/mint/nft-mint-card.mdx index f365fe37a9..c4d0ce29dc 100644 --- a/site/docs/pages/mint/nft-mint-card.mdx +++ b/site/docs/pages/mint/nft-mint-card.mdx @@ -194,6 +194,10 @@ export default function NFTComponent() { +## Compatibility + +The mint component uses a custom buildMintTransaction implementation which supports Coinbase mints as well as [`these supported platforms on reservoir`](https://docs.reservoir.tools/docs/minting#platform-support). If your contract is not supported, please follow the [`bring your own data instructions`](#bring-your-own-data) below. + ## Advanced Usage ### Bring your own data