updated example env

This commit is contained in:
kashepavadan 2026-04-15 11:07:34 -04:00
parent 3e856a3a72
commit f5dee36207

View File

@ -2,7 +2,7 @@
# Usage: ./run-local.sh --env-file PATH/TO/FILE/.env-local # Usage: ./run-local.sh --env-file PATH/TO/FILE/.env-local
# Sequencer node endpoint (for submitting transactions) # Sequencer node endpoint (for submitting transactions)
SEQUENCER_NODE_ENDPOINT=https://devnet.blockchain.logos.co/node/0/ SEQUENCER_NODE_ENDPOINT=https://localhost:8080
SEQUENCER_NODE_AUTH_USERNAME= SEQUENCER_NODE_AUTH_USERNAME=
SEQUENCER_NODE_AUTH_PASSWORD= SEQUENCER_NODE_AUTH_PASSWORD=
@ -19,7 +19,7 @@ QUEUE_FILE=./query.txt
CHECKPOINT_PATH=./sequencer.checkpoint CHECKPOINT_PATH=./sequencer.checkpoint
# Indexer node endpoint (for reading blocks - can be different node) # Indexer node endpoint (for reading blocks - can be different node)
INDEXER_NODE_ENDPOINT=https://devnet.blockchain.logos.co/node/1/ INDEXER_NODE_ENDPOINT=https://localhost:8080
INDEXER_NODE_AUTH_USERNAME= INDEXER_NODE_AUTH_USERNAME=
INDEXER_NODE_AUTH_PASSWORD= INDEXER_NODE_AUTH_PASSWORD=