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