Store WASM Code
This uploads the code for SG-721 Updatable v3.1.0
- Bugfixes and improvements
The source code is available at https://github.com/public-awesome/launchpad/releases/tag/v3.1.0
### Compile Instructions
sh<br />docker run --rm -v \$(pwd)\:/code \\<br /> --mount type=volume,source=\$(basename \$(pwd)\)_cache\,target=/code/target \\<br /> --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \\<br /> cosmwasm/workspace-optimizer:0.12.13<br />
This results in the following SHA256 checksum:
<br />73ba3bdd269d3750865c4b96ad340a8c0db3995d34cfa79622f1e956719fcda2 sg721_updatable.wasm<br />
### Verify On-chain Contract
sh<br />starsd q gov proposal $id --output json \\<br />| jq -r '.content.wasm_byte_code' \\<br />| base64 -d \\<br />| gzip -dc \\<br />| sha256sum<br />
### Verify Local Contract
<br />sha256sum artifacts/sg721_updatable.wasm<br /><br />