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"