We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f81da2 commit b659d26Copy full SHA for b659d26
5 files changed
nft-contract/src/lib.rs
@@ -25,7 +25,7 @@ mod royalty;
25
mod events;
26
27
/// This spec can be treated like a version of the standard.
28
-pub const NFT_METADATA_SPEC: &str = "nft-1.0.0";
+pub const NFT_METADATA_SPEC: &str = "1.0.0";
29
/// This is the name of the NFT standard we're using
30
pub const NFT_STANDARD_NAME: &str = "nep171";
31
nft-series/src/lib.rs
@@ -28,7 +28,7 @@ mod royalty;
mod series;
32
33
34
out/main.wasm
2.43 KB
out/market.wasm
2.23 KB
out/series.wasm
420 Bytes
0 commit comments