update-params
Modify module-specific parameters on the Osmosis blockchain using governance or admin authority. Input includes mnemonic, authority address, module type, and updated parameters.
Instructions
Update module parameters (governance/admin only)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authority | Yes | Authority address (usually governance module) | |
| gas | No | Gas limit (default: auto-estimate) | |
| gasPrice | No | Gas price (default: 0.025uosmo) | |
| memo | No | Transaction memo | |
| mnemonic | Yes | BIP-39 mnemonic phrase for signing the transaction | |
| module | Yes | Module to update parameters for | |
| params | Yes | New parameters to set (module-specific structure) |