2021-10-12 13:43:23 +02:00

11 lines
362 B
Bash
Executable File

#!/bin/bash
# This must get from 2-3 different repos, fix the versions here:
COSMWASM_VERSION="v1.0.0-beta"
curl -sS -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VERSION}/hackatom.wasm"
curl -sS -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VERSION}/ibc_reflect.wasm"
sha256sum *.wasm >checksums.sha256