File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aithranetwork/sdk-aithra-toolkit" ,
3
- "version" : " 0.0.7-alpha.5 " ,
3
+ "version" : " 0.0.7-alpha.6 " ,
4
4
"description" : " The Aithra Network Toolkit SDK for the agents" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ interface BuildUploadMintMusicNFTsParams {
26
26
name : string ;
27
27
creator : string ;
28
28
} ;
29
- tokenCode : string ;
29
+ tokenCode ? : string ;
30
30
nft : {
31
31
tokenName : string ;
32
32
sellerFeeBasisPoints : number ;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export class MusicNFTMetadataBuilder
74
74
{ type : 'audio/mpeg' , uri : config . previewMusicUrl }
75
75
]
76
76
} ,
77
- symbol : config . tokenCode
77
+ symbol : ""
78
78
} ;
79
79
80
80
return Result . ok ( metadata ) ;
You can’t perform that action at this time.
0 commit comments