Skip to content

Commit

Permalink
fix ports in sample and config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Dec 4, 2023
1 parent dd79c5d commit 51083bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bots/.envrc_sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export TYPEORM_LOGGING=false
export TYPEORM_ENTITIES=src/orm/*Entity.ts
export USE_LOG_FILE=false

export EXECUTOR_PORT=3000
export BATCH_PORT=3001
export EXECUTOR_PORT=5000
export BATCH_PORT=5001

export L1_LCD_URI=http://localhost:1317
export L1_RPC_URI=http://localhost:26657
Expand Down
4 changes: 2 additions & 2 deletions bots/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ interface ConfigInterface {
}

const defaultConfig = {
EXECUTOR_PORT: '3000',
BATCH_PORT: '3001',
EXECUTOR_PORT: '5000',
BATCH_PORT: '5001',
L1_LCD_URI: 'https://stone-rest.initia.tech',
L1_RPC_URI: 'https://stone-rpc.initia.tech',
L2_LCD_URI: 'https://minitia-rest.initia.tech',
Expand Down

0 comments on commit 51083bf

Please sign in to comment.