Skip to content

aragonosx:act

Execute actions directly through the DAO (the caller needs EXECUTE_PERMISSION on it).

aragonosx:act <block>
NameTypeDescription
blockblockActions to execute
NameTypeDescription
--call-idstringbytes32 identifier attached to the execution (default 0x0)
--allow-failure-mapnumberBitmap of actions allowed to fail (default none)
# Execute directly through the DAO when the caller holds EXECUTE_PERMISSION
aragonosx:connect 0x2222222222222222222222222222222222222222 (
aragonosx:act (
aragonosx:grant ROOT on dao to 0xc125218F4Df091eE40624784caF7F47B9738086f
)
)