From 623ca6383a50bc02b9fcb737cfc02f430c7148bd Mon Sep 17 00:00:00 2001 From: Matthew Darwin Date: Sun, 31 Dec 2023 11:37:09 -0500 Subject: [PATCH] Update firehose URLs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bd35a5..db3d829 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ PORT=8285 # Used to get required blocks for bootstapping lightproof-db from a full firehose BOOTSTRAP=true -BOOT_GRPC_ADDRESS=eos.firehose.eosnation.io:9000 +BOOT_GRPC_ADDRESS=eos.firehose.pinax.network:443 BOOT_GRPC_INSECURE=false # block to bootstrap until, must be irreversible and HISTORY_PROVIDER must have the blocks after it @@ -35,7 +35,7 @@ START_SYNC_HEIGHT=293690288 HISTORY_PROVIDER=firehose # Firehose GRPC address and mode (if HISTORY_PROVIDER is firehose) -GRPC_ADDRESS=eos.firehose.eosnation.io:9000 +GRPC_ADDRESS=eos.firehose.pinax.network:443 GRPC_INSECURE=false # SHIP websocket address (if HISTORY_PROVIDER is SHIP) @@ -49,7 +49,7 @@ PRUNING_CUTOFF=0 # FORCE_START_BLOCK=BLOCK_NUMBER #force indexing to start from a certain block # DB_PATH="lightproof-data" -# FIREHOSE_SERVICE=v2 +FIREHOSE_SERVICE=v2 ```