Proposal Details

Proposal #151

Passed

Proposal title

Launchpad V1 sg721 Updatable Contract

Submit time

Deposit end time

Voting start time

Voting end time

Tally result

97.55%

Proposal #151 description

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

docker run --rm -v \$(pwd)\:/code \\ --mount type=volume,source=\$(basename \$(pwd)\)_cache\,target=/code/target \\ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \\ cosmwasm/workspace-optimizer:0.12.13

This results in the following SHA256 checksum:

9b5a318e6e558c77616ae4ea12c7f7733a8340a1c63b698b3fbd863eb990e181 sg721_updatable.wasm

Verify On-chain Contract

starsd q gov proposal $id --output json \\ | jq -r '.content.wasm_byte_code' \\ | base64 -d \\ | gzip -dc \\ | sha256sum

Verify Local Contract

sha256sum artifacts/sg721_updatable.wasm

Proposal #151 overview

Total votes
2,398
Voters
2,389
Total deposit
20,000 STARS