diff --git a/bots/README.md b/bots/README.md index 4d07db40..313bf1e4 100644 --- a/bots/README.md +++ b/bots/README.md @@ -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 | | @@ -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 | | @@ -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 | | @@ -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 | | @@ -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 - ``` \ No newline at end of file + ```