From e7d7d5c168cb7fd5c67e9ef3e3370c7a5b9fe00b Mon Sep 17 00:00:00 2001 From: JSHan94 Date: Mon, 18 Dec 2023 11:59:32 +0900 Subject: [PATCH] add DELETE_OUTPUT_PROPOSAL on readme --- bots/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bots/README.md b/bots/README.md index a4d391be..4d07db40 100644 --- a/bots/README.md +++ b/bots/README.md @@ -71,6 +71,7 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig); | L2_RPC_URI | L2 node RPC URI | | | 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`].