stargaze

Prop 151: Launchpad V1 sg721 Updatable Contract

Store WASM Code

This uploads the code for launchpad v1 sg721 updatable with the following updates:

- Ability to update token metadata
- Ability to decrease royalties

The source code is available at https://github.com/public-awesome/launchpad/releases/tag/v0.8.4

### 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 />9b5a318e6e558c77616ae4ea12c7f7733a8340a1c63b698b3fbd863eb990e181 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 />