aragonosx:execute-proposal
Execute a passed proposal on a governance plugin.
Syntax
Section titled “Syntax”aragonosx:execute-proposal <plugin> <proposalId>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
plugin | plugin | Governance plugin holding the proposal |
proposalId | number | Proposal id |
Examples
Section titled “Examples”# Execute a token-voting proposal that has passedaragonosx:connect 0x2222222222222222222222222222222222222222 ( aragonosx:execute-proposal token-voting 3)