stargaze

Prop 133: Base Factory Contract v0.25.0

Store WASM Code

Stargaze Launchpad v0.25.0 upgrade.

Contract uploaded: base_factory.wasm.

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

### Compile Instructions

sh<br />docker run --rm -v \$(pwd)\:/code --platform linux/amd64 \\<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.9<br />

This results in the following SHA256 checksum:

<br />d25dc8e17da142a54c5a32d415bbdd462406ea4369b2913dee791dbd8de2198e<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/base_factory.wasm<br />