Skip to content

Commit

Permalink
Update neps/nep-0330.md
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Zaremba <[email protected]>
  • Loading branch information
Canvinus and robert-zaremba authored Mar 5, 2024
1 parent fddcee4 commit b1ebba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/nep-0330.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type ContractSourceMetadata = {
version: string|null, // optional, commit hash being used for the currently deployed wasm. If the contract is not open-sourced, this could also be a numbering system for internal organization / tracking such as "1.0.0" and "2.1.0".
link: string|null, // optional, link to open source code such as a Github repository or a CID to somewhere on IPFS.
standards: Standard[]|null, // optional, standards and extensions implemented in the currently deployed wasm e.g. [{standard: "nep330", version: "1.1.0"},{standard: "nep141", version: "1.0.0"}].
build_details: BuildDetails|null, // optional, details that are required for contract WASM reproducibility.
build_info: BuildInfo|null, // optional, details that are required for contract WASM reproducibility.
}

type Standard {
Expand Down

0 comments on commit b1ebba0

Please sign in to comment.