You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed bugs in ShowMetaData, GetMetaData & ManageMetaData methods in MetaDataHelper in OASIS.API.Core.
- Fixed bugs in MintNFTInternalAsync & FormatSuccessMessage in NFTManager in OASIS.API.ONODE.Core.
- Fixed bugs in LightWizardAsync & CreateOAPPComponentsOnSTARNETAsync in OAPPs in STARNET.CLI.Lib.
message=string.Concat(message,$"Successfully minted the Web3 NFT on the {web3NFT.OnChainProvider.Name} provider with hash {web3NFT.MintTransactionHash} and title '{web3NFT.Title}' by AvatarId {request.MintedByAvatarId} using OASIS Minting Account {web3NFT.OASISMintWalletAddress} for price {web3NFT.Price}. NFT Address: {web3NFT.NFTTokenAddress}. The OASIS metadata is stored on the {web3NFT.OffChainProvider.Name} provider with the id {web3NFT.Id} and JSON URL {web3NFT.JSONMetaDataURL}. JSON MetaData URI Holon Id: ",response.Result.JSONMetaDataURLHolonId,", Image URL: ",web3NFT.ImageUrl,", Mint Date: ",web3NFT.MintedOn,". ",sendNFTMessage,lineBreak);
message=string.Concat(message,$"Successfully minted the Web3 NFT on the {web3NFT.OnChainProvider.Name} provider with hash {web3NFT.MintTransactionHash} and title '{web3NFT.Title}' by AvatarId {request.MintedByAvatarId} using OASIS Minting Account {web3NFT.OASISMintWalletAddress} for price {web3NFT.Price}. NFT Address: {web3NFT.NFTTokenAddress}. The OASIS metadata is stored on the {web3NFT.OffChainProvider.Name} provider with the id {web3NFT.Id} and JSON URL {web3NFT.JSONMetaDataURL}. JSON MetaData URI Holon Id: ",response.Result.JSONMetaDataURLHolonId,", Image URL: ",web3NFT.ImageUrl,", Mint Date: ",web3NFT.MintedOn,". The GeoNFT meta data is stored on the GeoNFTMetaDataProvider ",response.Result.GeoNFTMetaDataProvider.Name," with id ",response.Result.Id," and was placed by the avatar with id ",response.Result.PlacedByAvatarId,sendNFTMessage,lineBreak);
message=string.Concat(message,$"{summary} The meta data is stored on the GeoNFTMetaDataProvider {response.Result.GeoNFTMetaDataProvider.Name} with id {response.Result.Id} and was placed by the avatar with id {response.Result.PlacedByAvatarId}. The NFT was originally minted on the {web3NFT.OnChainProvider.Name} onchain provider with hash {web3NFT.MintTransactionHash} and title '{web3NFT.Title}' by the avatar with id {web3NFT.MintedByAvatarId} for the price of {web3NFT.Price} using OASIS Minting Account {web3NFT.OASISMintWalletAddress}. NFT Address: {web3NFT.NFTTokenAddress}. The OASIS metadata for the original NFT is stored on the {web3NFT.OffChainProvider.Name} offchain provider with the id {response.Result.OriginalWeb4OASISNFTId} and JSON URL {web3NFT.JSONMetaDataURL}. JSON MetaData URL Holon Id: ",web3NFT.JSONMetaDataURLHolonId,", Image URL: {web3NFT.ImageUrl}, Mint Date: {web3NFT.MintedOn}.");
3861
-
web3NFT.MetaData.Remove("new");
3861
+
web3NFT.MetaData.Remove("{{{newnft}}}");
3862
3862
}
3863
3863
}
3864
3864
@@ -3873,10 +3873,10 @@ private string FormatSuccessMessage(OASISResult<IWeb4GeoSpatialNFT> response, Re
message=string.Concat(message,$"Web3 NFT OnChain Provider: {web3NFT.OnChainProvider.Name}, NFTTokenAddress {web3NFT.NFTTokenAddress}, title '{web3NFT.Title}', Imported By Avatar Id: {web3NFT.ImportedByAvatarId}. NFT minted using wallet address: {web3NFT.NFTMintedUsingWalletAddress}. Price: {web3NFT.Price}. The OASIS metadata is stored on the {web3NFT.OnChainProvider.Name} provider with the id {web3NFT.Id} and JSON URL {web3NFT.JSONMetaDataURL}. JSON MetaData URI Holon Id: ",response.Result.JSONMetaDataURLHolonId,", Image URL: ",web3NFT.ImageUrl,", Imported Date: ",web3NFT.ImportedOn,lineBreak);
message=string.Concat(message,$"Web3 NFT OnChain Provider: {web3NFT.OnChainProvider.Name}, NFTTokenAddress {web3NFT.NFTTokenAddress}, title '{web3NFT.Title}', Imported By Avatar Id: {web3NFT.ImportedByAvatarId}. NFT minted using wallet address: {web3NFT.NFTMintedUsingWalletAddress}. Price: {web3NFT.Price}. The OASIS metadata is stored on the {web3NFT.OnChainProvider.Name} provider with the id {web3NFT.Id} and JSON URL {web3NFT.JSONMetaDataURL}. JSON MetaData URI Holon Id: ",response.Result.JSONMetaDataURLHolonId,", Image URL: ",web3NFT.ImageUrl,", Imported Date: ",web3NFT.ImportedOn,lineBreak);
message=string.Concat(message,$"Web3 NFT OnChain Provider: {web3NFT.OnChainProvider.Name}, NFTTokenAddress {web3NFT.NFTTokenAddress}, title '{web3NFT.Title}', Imported By Avatar Id: {web3NFT.ImportedByAvatarId}. NFT minted using wallet address: {web3NFT.NFTMintedUsingWalletAddress}. Price: {web3NFT.Price}. The OASIS metadata is stored on the {web3NFT.OnChainProvider.Name} provider with the id {web3NFT.Id} and JSON URL {web3NFT.JSONMetaDataURL}. JSON MetaData URI Holon Id: ",response.Result.JSONMetaDataURLHolonId,", Image URL: ",web3NFT.ImageUrl,", Imported Date: ",web3NFT.ImportedOn,lineBreak);
0 commit comments