stargaze

Prop 189: Launchpad V2 - SG721 Updatable 2.4.0

Store WASM Code

This uploads the code for sg721-updatable with bugfixes.

The source code is available at https://github.com/public-awesome/launchpad/releases/tag/v2.4.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 />5600e0e545b162ce3f5afe3e1c766563534b14e590a317f74947c5ca55237ee6 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 />