Upgrade wasmd to 0.20

This commit is contained in:
Simon Warta
2021-10-12 13:43:23 +02:00
parent b6df15cff2
commit f6e3095196
8 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
716a97b1c086e0d7769ae7887edaa0e34faba2d7b8cda07f741f9fbf95706e8c hackatom.wasm
0a127c6e04c8aad95dd3d50177e95b6116606546f0a4fc894ba82a29ce3b6fc1 ibc_reflect.wasm
13a1fc994cc6d1c81b746ee0c0ff6f90043875e0bf1d9be6b7d779fc978dc2a5 hackatom.wasm
1da6c16de2cbaf7ad8cbb66f0925ba33f5c278cb2491762d04658c1480ea229b ibc_reflect.wasm
+1 -1
View File
@@ -2,7 +2,7 @@
# This must get from 2-3 different repos, fix the versions here:
COSMWASM_VERSION="v0.16.0"
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"
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1,5 +1,5 @@
# Choose from https://hub.docker.com/r/cosmwasm/wasmd/tags
REPOSITORY="cosmwasm/wasmd"
VERSION="v0.18.0"
VERSION="v0.20.0"
CONTAINER_NAME="wasmd"