Skip to content

Commit

Permalink
Merge pull request #19 from initia-labs/fix-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Vritra4 authored Jan 31, 2024
2 parents 8b6137e + a23e14f commit ff4f065
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig);
## Configuration

- `.env.executor`

| Name | Description | Default |
| ------------------------- | ------------------------------------------------------ | -------------------------------- |
| L1_LCD_URI | L1 node LCD URI | <http://127.0.0.1:1317> |
Expand All @@ -42,6 +43,7 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig);
| SLACK_WEB_HOOK | Slack web hook for notification (optional) | '' |

- `.env.output`

| Name | Description | Default |
| ------------------------- | ------------------------------------------------------ | -------------------------------- |
| L1_LCD_URI | L1 node LCD URI | <http://127.0.0.1:1317> |
Expand All @@ -51,6 +53,7 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig);
| SLACK_WEB_HOOK | Slack web hook for notification (optional) | '' |

- `.env.batch`

| Name | Description | Default |
| ------------------------- | ------------------------------------------------------ | -------------------------------- |
| L1_LCD_URI | L1 node LCD URI | <http://127.0.0.1:1317> |
Expand All @@ -63,6 +66,7 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig);
| SLACK_WEB_HOOK | Slack web hook for notification (optional) | '' |

- `.env.challenger`

| Name | Description | Default |
| ------------------------- | ------------------------------------------------------ | -------------------------------- |
| L1_LCD_URI | L1 node LCD URI | <http://127.0.0.1:1317> |
Expand Down Expand Up @@ -128,4 +132,4 @@ Challenger is an entity capable of deleting invalid output proposals from the ou
2. Run challenger bot
```bash
npm run challenger
```
```

0 comments on commit ff4f065

Please sign in to comment.