upgrade-proposal
Generate and submit a software upgrade proposal for the Osmosis blockchain, including title, description, upgrade name, block height, and initial deposit, using a BIP-39 mnemonic for transaction signing.
Instructions
Submit a software upgrade proposal
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | Upgrade proposal description | |
gas | No | Gas limit (default: auto-estimate) | |
gasPrice | No | Gas price (default: 0.025uosmo) | |
height | Yes | Block height to perform upgrade | |
info | No | Upgrade info (usually JSON with binaries) | |
initialDeposit | No | Initial deposit amount in uosmo | 10000000 |
memo | No | Transaction memo | |
mnemonic | Yes | BIP-39 mnemonic phrase for signing the transaction | |
name | Yes | Upgrade name | |
title | Yes | Upgrade proposal title |