Skip to content

Commit

Permalink
add DELETE_OUTPUT_PROPOSAL on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Dec 18, 2023
1 parent 42d3440 commit e7d7d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig);
| L2_RPC_URI | L2 node RPC URI | <http://127.0.0.1:26657> |
| BRIDGE_ID | Bridge ID | '' |
| CHALLENGER_MNEMONIC | Mnemonic seed for challenger | '' |
| DELETE_OUTPUT_PROPOSAL | Enable delete output proposal instantly | '' |
| SLACK_WEB_HOOK | Slack web hook for notification (optional) | '' |

> In OPinit bots, we use [.dotenv](https://www.npmjs.com/package/dotenv) for managing environment variable for development. If you want to set `.env` by worker, you should name it as `.env.{WORKER_NAME}` and set `WORKER_NAME` in [`executor`, `output`, `batch`, `challenger`].
Expand Down

0 comments on commit e7d7d5c

Please sign in to comment.