Upgrade wasmd to 0.27.0

This commit is contained in:
Simon Warta 2022-06-13 16:36:44 +02:00
parent 7607b513c9
commit f60c9f55af
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"
}
}
},