diff --git a/.env.example-local b/.env.example-local index ebdc768..f29a7fd 100644 --- a/.env.example-local +++ b/.env.example-local @@ -2,7 +2,7 @@ # Usage: ./run-local.sh --env-file PATH/TO/FILE/.env-local # 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_PASSWORD= @@ -19,7 +19,7 @@ QUEUE_FILE=./query.txt CHECKPOINT_PATH=./sequencer.checkpoint # 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_PASSWORD=