You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/pull-dependencies.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ In other cases, the wasm module at `wasm_url` is not the same as the on-chain wa
57
57
58
58
A URL to get the SHA256 hash of the wasm module located at `wasm_url`.
59
59
60
+
The content of this URL can be the SHA256 hash only.
61
+
62
+
It can also be the output of `shasum` or `sha256sum` which contains the hash and the file name.
63
+
60
64
This field is optional.
61
65
62
66
Aside from specifying SHA256 hash of the wasm module directly using `wasm_hash`, providers can also specify the hash with this URL. If both are defined, the `wasm_hash_url` field will be ignored.
0 commit comments