We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Modify bank parameters to allow the send of cosmos tokens. This change will allow receiving transfers from other chains connected through IBC.
{ "title": "Enable IBC by allowing cosmos tokens", "description": "Modify bank parameters to allow the send of cosmos tokens. This change will allow receiving transfers from other chains connected through IBC.", "changes": [ { "subspace": "bank", "key": "DefaultSendEnabled", "value": true }, { "subspace": "bank", "key": "SendEnabled", "value": [{ "denom": "apoa", "enabled": false }] }, { "subspace": "slashing", "key": "SignedBlocksWindow", "value": "100000" } ] }
The text was updated successfully, but these errors were encountered:
AdriaCarrera
No branches or pull requests
Modify bank parameters to allow the send of cosmos tokens. This change will allow receiving transfers from other chains connected through IBC.
The text was updated successfully, but these errors were encountered: