@@ -20,7 +20,7 @@ REACT_APP_WALLETCONNECT_PROJECT_ID=42a4d689485d5a324116e53ed077d907
2020# REACT_APP_INFURA_ID=
2121
2222# #Passport - nonessential in local
23- REACT_APP_PASSPORT_API_ENDPOINT = https://api.scorer.gitcoin.co
23+ REACT_APP_PASSPORT_API_ENDPOINT = https://api.passport.xyz
2424# Get your own key at https://scorer.gitcoin.co
2525REACT_APP_PASSPORT_API_KEY =
2626REACT_APP_PASSPORT_API_COMMUNITY_ID = 335
@@ -29,7 +29,9 @@ REACT_APP_PASSPORT_API_COMMUNITY_ID_AVALANCHE=0000
2929
3030# #Indexer & Data Layer - DEFAULTS SUFFICIENT
3131# URL of the indexer. http://localhost:8080 for local indexer
32- REACT_APP_INDEXER_V2_API_URL = https://grants-stack-indexer-v2.gitcoin.co
32+ REACT_APP_INDEXER_V1_API_URL = https://grants-stack-indexer-v2.gitcoin.co
33+ REACT_APP_INDEXER_V2_API_URL = https://beta.indexer.gitcoin.co/v1
34+
3335# Search API URL where the Data Layer should point to
3436REACT_APP_GRANTS_STACK_SEARCH_API_BASE_URL = https://d2n9vtjeq685yt.cloudfront.net
3537
@@ -70,3 +72,10 @@ REACT_APP_OSO_API_KEY=
7072REACT_APP_BUILDER_URL = https://builder.gitcoin.co
7173REACT_APP_GRANT_EXPLORER = https://explorer.gitcoin.co
7274# ---------------------------
75+
76+ # ---------------------------
77+ # Coingecko
78+ REACT_APP_COINGECKO_API_KEY =
79+ # ---------------------------
80+
81+ REACT_APP_STAKING_APP = https://boost.explorer.gitcoin.co/
0 commit comments