From 304e38812b8adbf0ff98018dda62b18018a04f26 Mon Sep 17 00:00:00 2001 From: cyrbuzz Date: Tue, 27 May 2025 10:56:20 +0800 Subject: [PATCH] feat: replace url --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 7417af6..48b0e25 100644 --- a/.env +++ b/.env @@ -9,5 +9,5 @@ REACT_APP_AUTH_URL=https://auth.subquery.network REACT_APP_CHALLENGE_URL=https://airdrop-challenge-api.subquery.network REACT_APP_DELEGATION_FRENZY_URL=https://frenzy-api.subquery.foundation GENERATE_SOURCEMAP=false -REACT_APP_SUBQUERY_OFFICIAL_BASE_RPC=https://base.rpc.subquery.network/public -REACT_APP_SUBQUERY_OFFICIAL_ETH_RPC=https://ethereum.rpc.subquery.network/public \ No newline at end of file +REACT_APP_SUBQUERY_OFFICIAL_BASE_RPC=https://base.api.onfinality.io/rpc?apikey=b12e5f92-349e-4c18-969b-7f5cf22730ed +REACT_APP_SUBQUERY_OFFICIAL_ETH_RPC=https://eth.api.onfinality.io/rpc?apikey=b12e5f92-349e-4c18-969b-7f5cf22730ed \ No newline at end of file