cancel_proposal
Cancel a governance proposal on EVM-compatible chains, available only to the original proposer or when the proposer's voting power has dropped below the threshold.
Instructions
Cancel a proposal (only proposer or if proposer's voting power dropped)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ETH values for each call (in wei) | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| targets | Yes | Target contract addresses | |
| calldatas | Yes | Encoded call data for each target | |
| privateKey | Yes | Private key for signing transaction | |
| descriptionHash | Yes | Keccak256 hash of proposal description | |
| governorAddress | Yes | Governor contract address |