-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Updating uploadAccess Param #804
Comments
The value needs to be an encoded object of type "changes": [
{
"subspace": "wasm",
"key": "uploadAccess",
"value": "{\"permission\":\"Everybody\",\"address\":\"\"}"
}
] |
Thanks for the quick response! It seems to still not like this as a value though
|
Moving this ticket to wasmd |
Sorry, the proposal content was not correct. I looked deeper into client and server side encodings and tested successfully a submission with this proposal content: {
"title": "Foo",
"description": "Bar",
"changes": [
{
"subspace": "wasm",
"key": "uploadAccess",
"value": {
"permission": "Everybody"
}
}
],
"deposit": ""
} Command used:
|
This worked, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried updating the wasm uploadAccess param on the Osmosis testnet with the following param-change gov prop:
But keep getting this error:
I have also tried different keys such as CodeUploadAccess and nothing has worked. It could very well be something I am doing wrong, but nothing really stands out.
The text was updated successfully, but these errors were encountered: