Skip to content

Commit b659d26

Browse files
authored
Remove Prefix From Events Version (#49)
* removed prefix from standard version * updated wasms
1 parent 9f81da2 commit b659d26

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

nft-contract/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mod royalty;
2525
mod events;
2626

2727
/// This spec can be treated like a version of the standard.
28-
pub const NFT_METADATA_SPEC: &str = "nft-1.0.0";
28+
pub const NFT_METADATA_SPEC: &str = "1.0.0";
2929
/// This is the name of the NFT standard we're using
3030
pub const NFT_STANDARD_NAME: &str = "nep171";
3131

nft-series/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mod royalty;
2828
mod series;
2929

3030
/// This spec can be treated like a version of the standard.
31-
pub const NFT_METADATA_SPEC: &str = "nft-1.0.0";
31+
pub const NFT_METADATA_SPEC: &str = "1.0.0";
3232
/// This is the name of the NFT standard we're using
3333
pub const NFT_STANDARD_NAME: &str = "nep171";
3434

out/main.wasm

2.43 KB
Binary file not shown.

out/market.wasm

2.23 KB
Binary file not shown.

out/series.wasm

420 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)