Add download scripts for wasm contracts
This commit is contained in:
parent
349d371830
commit
928b12c725
13
scripts/wasmd/contracts/download.sh
Executable file
13
scripts/wasmd/contracts/download.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This must get from 2-3 different repos, fix the versions here:
|
||||
|
||||
COSMWASM_VERSION="v0.14.0-beta5"
|
||||
PLUS_VERSION="v0.6.0-beta2"
|
||||
|
||||
curl -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VERSION}/hackatom.wasm"
|
||||
|
||||
curl -L -O "https://github.com/CosmWasm/cosmwasm-plus/releases/download/${PLUS_VERSION}/cw1_subkeys.wasm"
|
||||
curl -L -O "https://github.com/CosmWasm/cosmwasm-plus/releases/download/${PLUS_VERSION}/cw3_fixed_multisig.wasm"
|
||||
|
||||
sha256sum *.wasm > checksums.sha256
|
||||
Loading…
Reference in New Issue
Block a user