From f5dee36207164270b91a56881110475b1372be0e Mon Sep 17 00:00:00 2001 From: kashepavadan Date: Wed, 15 Apr 2026 11:07:34 -0400 Subject: [PATCH] updated example env --- .env.example-local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=