aragonos:grant
Grant a permission on a DAO app to an entity, with an optional oracle.
Syntax
Section titled “Syntax”aragonos:grant <grantee> <app> <role> [permissionManager]Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
grantee |
address |
Address to grant the permission to |
app |
app |
Target app |
role |
permission |
Permission identifier |
[permissionManager] |
app |
Entity managing this permission |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--oracle |
address |
ACL oracle contract address |
Examples
Section titled “Examples”# Grant a role to the connected walletaragonos:connect 0x1fc7e8d8e4bbbef77a4d035aec189373b52125a8 ( grant @me @app(agent) TRANSFER_ROLE)