Merge pull request #1174 from cosmos/upgrade-wasmd

Upgrade wasmd to 0.27.0
This commit is contained in:
Simon Warta 2022-06-13 17:27:35 +02:00 committed by GitHub
commit f889ffd138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Choose from https://hub.docker.com/r/cosmwasm/wasmd/tags
REPOSITORY="cosmwasm/wasmd"
VERSION="v0.23.0"
VERSION="v0.27.0"
CONTAINER_NAME="wasmd"

View File

@ -707,8 +707,7 @@
"code_upload_access": {
"permission": "Everybody"
},
"instantiate_default_permission": "Everybody",
"max_wasm_code_size": "614400"
"instantiate_default_permission": "Everybody"
}
}
},