Skip to content

Commit

Permalink
Update .snippets/code/tutorials/eth-api/thirdweb/nft-contracts.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Shaben <[email protected]>
  • Loading branch information
themacexpert and eshaben authored Jul 26, 2024
1 parent e2c5566 commit 1a11396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .snippets/code/tutorials/eth-api/thirdweb/nft-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export type NftContract = {
};

/**
* Below is a list of all NFT contracts supported by your marketplace(s)
* This is of course hard-coded for demo purpose
* Below is a list of all NFT contracts supported by your marketplace(s).
* This is of course hard-coded for demo purposes
*
* In reality, the list should be dynamically fetched from your own data source
*/
Expand Down

0 comments on commit 1a11396

Please sign in to comment.