diff --git a/neps/nep-0330.md b/neps/nep-0330.md index e1ab78224..42d014af2 100644 --- a/neps/nep-0330.md +++ b/neps/nep-0330.md @@ -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 {