Skip to content

Commit

Permalink
Update nep-0330.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Fadeev <[email protected]>
  • Loading branch information
Canvinus and fadeevab authored Mar 6, 2024
1 parent 35bbcde commit 6a10073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neps/nep-0330.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ type Standard {
type BuildInfo {
build_environment_ref: string, // reference to a reproducible build environment docker image, e.g. "sourcescan/cargo-near@sha256:bf488476d9c4e49e36862bbdef2c595f88d34a295fd551cc65dc291553849471" or something else pointing to the build environment.
source_code_snapshot: string, // reference to the source code snapshot that was used to build the contract, e.g. "git+https://github.com/near-DevHub/neardevhub-contract.git#335e89edec95d56a4744e7160c3fd590e41ec38e" or "ipfs://<ipfs-hash>"
contract_path: string|null, // relative path to contract folder within the source code e.g. "src/contract". Often, it is the root of the repository, so can be omitted.
build_command: string[], // the exact command that was used to build the contract, with all the flags e.g. ["cargo", "near", "build", "no-abi"].
contract_path: string|null, // relative path to contract folder within the source code e.g. "src/contract". Often, it is the root of the repository, so can be omitted.
build_command: string[], // the exact command that was used to build the contract, with all the flags e.g. ["cargo", "near", "build", "no-abi"].
}
```

Expand Down

0 comments on commit 6a10073

Please sign in to comment.