Skip to content

Commit

Permalink
fix base port in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Dec 4, 2023
1 parent feedda7 commit dd79c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig);
| L2_LCD_URI | L2 node LCD URI | <https://minitia-rest.initia.tech>|
| L2_RPC_URI | L2 node RPC URI | <https://minitia-rpc.initia.tech>|
| 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 | '' |
Expand Down

0 comments on commit dd79c5d

Please sign in to comment.