execute_proposal
Execute a queued governance proposal after the timelock delay by submitting the targets, values, calldatas, and description hash to the governor contract.
Instructions
Execute a queued proposal after timelock delay
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 |