From dd79c5ddc075f7b68f26df86315f9ded34fef2db Mon Sep 17 00:00:00 2001 From: JSHan94 Date: Mon, 4 Dec 2023 14:58:42 +0900 Subject: [PATCH] fix base port in readme --- bots/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/README.md b/bots/README.md index 56e7d8c3..d765891f 100644 --- a/bots/README.md +++ b/bots/README.md @@ -36,8 +36,8 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig); | L2_LCD_URI | L2 node LCD URI | | | L2_RPC_URI | L2 node RPC URI | | | BRIDGE_ID | Bridge ID | '' | -| EXECUTOR_PORT | Executor port | 3000 | -| BATCH_PORT | Batch submitter port | 3001 | +| EXECUTOR_PORT | Executor port | 5000 | +| BATCH_PORT | Batch submitter port | 5001 | | EXECUTOR_MNEMONIC | Mnemonic seed for executor | '' | | BATCH_SUBMITTER_MNEMONIC | Mnemonic seed for submitter | '' | | OUTPUT_SUBMITTER_MNEMONIC | Mnemonic seed for output submitter | '' |