From 693a736b89b5624ee21b9dbb8f96e4f96669f6f8 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 23 Jun 2025 09:16:47 -0600 Subject: [PATCH] Update .env.example --- api/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/.env.example b/api/.env.example index c5557eda..e6f4952c 100644 --- a/api/.env.example +++ b/api/.env.example @@ -23,8 +23,8 @@ ROLES="api,version-batch-processor,parquet-producer-processor,version-processor, NATS_SERVERS="127.0.0.1:4222" -RPC_PROVIDER_URL="https://rpc.scan.openlibra.world" -DATA_API_HOST="https://data.0l.fyi" +RPC_PROVIDER_URL="https://rpc.scan.openlibra.io" +DATA_API_HOST="https://data.scan.openlibra.io" DATABASE_URL="postgresql://olfyi:olfyi@127.0.0.1:5432/olfyi?schema=public" # Path to the json file containing validator handles