Skip to content

Commit

Permalink
chore: forgot to add the metadatafile attribute to type file
Browse files Browse the repository at this point in the history
  • Loading branch information
newbreedofgeek committed Aug 22, 2024
1 parent d759908 commit 4a452ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itheum/sdk-mx-data-nft",
"version": "3.6.0-alpha.8",
"version": "3.6.0-alpha.9",
"description": "SDK for Itheum's Data NFT Technology on MultiversX Blockchain",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
1 change: 1 addition & 0 deletions src/datanft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class DataNft implements DataNftType {
readonly overrideDataMarshalChainId: string = '';
readonly isDataNFTPH: boolean = false;
readonly extraAssets: string[] = [];
readonly metadataFile: string = '';

readonly media: {
url: string;
Expand Down

0 comments on commit 4a452ad

Please sign in to comment.