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 | '' |