From 3e617a246613832abbfd1d9001b6705f60dff58e Mon Sep 17 00:00:00 2001 From: Alter <94649308+alter-22@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:34:11 +0100 Subject: [PATCH] Fixing mapping for validator handles, CW addresses, etc. --- api/.env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/.env.example b/api/.env.example index 14cac8e2..4e7e880d 100644 --- a/api/.env.example +++ b/api/.env.example @@ -27,10 +27,10 @@ DATA_API_HOST="https://data.0l.fyi" DATABASE_URL="postgresql://olfyi:olfyi@127.0.0.1:5432/olfyi?schema=public" # Path to the json file containing validator handles -VALIDATOR_HANDLES_URL=https://raw.githubusercontent.com/user/repo/branch/path/to/validator-handle.json +VALIDATOR_HANDLES_URL="https://raw.githubusercontent.com/0LNetworkCommunity/v7-addresses/refs/heads/main/validator-handle.json" # Path to the json file containing community wallets info -COMMUNITY_WALLETS_URL="https://raw.githubusercontent.com/soaresa/test_data/refs/heads/main/community-wallets.json" +COMMUNITY_WALLETS_URL="https://raw.githubusercontent.com/0LNetworkCommunity/v7-addresses/refs/heads/main/community-wallets.json" # Path to the json file containing well known addresses info -KNOWN_ADDRESSES_URL="https://raw.githubusercontent.com/soaresa/test_data/refs/heads/main/known-addresses.json" \ No newline at end of file +KNOWN_ADDRESSES_URL="https://raw.githubusercontent.com/0LNetworkCommunity/v7-addresses/refs/heads/main/known-addresses.json"