Skip to content

Commit

Permalink
fix: formatting in automation vault guide
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdy committed Feb 26, 2024
1 parent 3f21d8b commit 7b9783f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/howto/automation_vault_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ This guide provide all information needed to deploy and configure an `Automation

- Use functions in the automation vault to approve specific relay. This might include relays such as `Keep3rRelay`, `Keep3rBondedRelay`, `GelatoRelay`, or `OpenRelay`, depending on the protocol's needs. The params needed to approve it will be:

a) The relay address
a. The relay address

b) The callers who will be authorized to call the selected relay.
b. The callers who will be authorized to call the selected relay.

c) The Job Data which contains the job and selectors. To enable task executions, you need to approve specific jobs that the automation vault will interact with and will be allowed. Additionally, you need to approve specific function selectors for each approved job. This ensures that only designated functions within the approved jobs can be executed.
c. The Job Data which contains the job and selectors. To enable task executions, you need to approve specific jobs that the automation vault will interact with and will be allowed. Additionally, you need to approve specific function selectors for each approved job. This ensures that only designated functions within the approved jobs can be executed.

### Step 4: Tracking and Monitoring

Expand Down

0 comments on commit 7b9783f

Please sign in to comment.