Skip to content

Commit

Permalink
feat: mark permission ids and function as inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 11, 2024
1 parent 6cc9e6b commit 46b16e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/contracts/docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ This plugin is particularly useful in scenarios where the structure and process
|===
| Permission ID | Where (Granted By) | Who (Granted To) | Condition | Functions

| EXECUTE_PROPOSAL_PERMISSION_ID
| `EXECUTE_PROPOSAL_PERMISSION_ID`
| Admin Plugin
| Admin Address
| None
| createProposal, executeProposal
| `createProposal`, `executeProposal`

| EXECUTE_PERMISSION_ID
| `EXECUTE_PERMISSION_ID`
| DAO
| Admin Plugin
| None
| execute
| `execute`

| SET_TARGET_CONFIG_PERMISSION_ID
| `SET_TARGET_CONFIG_PERMISSION_ID`
| Plugin
| DAO
| None
| setTargetConfig
| `setTargetConfig`
|===

This setup ensures that the **Admin** plugin is ready for operation immediately after installation, with all required contracts deployed and permissions configured.

0 comments on commit 46b16e4

Please sign in to comment.