update_energy_limit
Set a new originEnergyLimit for a smart contract, controlling the maximum energy the creator pays per execution. Requires the creator's wallet.
Instructions
Update a contract's originEnergyLimit (max energy the contract creator will pay per execution). Requires the contract creator's wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name. Defaults to mainnet. | |
| contractAddress | Yes | The contract address | |
| originEnergyLimit | Yes | New originEnergyLimit value (energy units, must be > 0) |