Download new contracts, update wasmd

This commit is contained in:
Ethan Frey
2021-04-29 22:29:41 +02:00
parent 928b12c725
commit 133ff688d4
6 changed files with 12 additions and 11 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
c478a6d9d6303e67f28d7863ea6e07426e9f0082744557d503e723bc1c46ccf8 cw1_subkeys.wasm
1a4a376ef1099ad3edc33aa1d3105e4621bc49e44b1ac0a449d7b6912e40fb0a cw3_fixed_multisig.wasm
08537c4f191980bc835f08ecb9077bb60df1097c1c0793312e0f21cbfca868d2 hackatom.wasm
7e27a7cbe2dde809d21cebe4b7fc546e131c7b4ffbe283e97dad423cc17e0706 cw1_subkeys.wasm
8615889900edcd131531ffa85bb6706ece78ebde6b1bbf378ce0a813d49dac5f cw3_fixed_multisig.wasm
3da31e1978e492d041a60905319f454f21b381beac274d07081aee390d0a63d7 hackatom.wasm
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -3,7 +3,7 @@
# This must get from 2-3 different repos, fix the versions here:
COSMWASM_VERSION="v0.14.0-beta5"
PLUS_VERSION="v0.6.0-beta2"
PLUS_VERSION="v0.6.0-beta3"
curl -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VERSION}/hackatom.wasm"
Binary file not shown.