Skip to content

Commit

Permalink
Merge pull request #147 from Itheum/feature-nfmeid-vault-launch
Browse files Browse the repository at this point in the history
chore: forgot to add the metadatafile attribute to type file
  • Loading branch information
newbreedofgeek authored Aug 22, 2024
2 parents 97d534b + 4a452ad commit 8f38509
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 8f38509

Please sign in to comment.