forked from gitcoinco/grants-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gitcoinco:main' into main
- Loading branch information
Showing
440 changed files
with
86,603 additions
and
34,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# ----------------------------------------------- | ||
# Environment variables shared across packages | ||
# ----------------------------------------------- | ||
|
||
##Debugging & development - DEFAULTS SUFFICIENT | ||
# development for local, production for prod builds | ||
REACT_APP_ENV=development | ||
REACT_APP_ALLO_VERSION=allo-v2 | ||
# Allow overriding permissions checks by appending ?debug=true to the URL | ||
REACT_APP_ALLOW_URL_DEBUG_MODE=true | ||
# Disable permission checks by default | ||
REACT_APP_DEBUG_MODE=true | ||
|
||
##API keys - DEFAULTS SUFFICIENT | ||
# Get a projectId at https://cloud.walletconnect.com | ||
REACT_APP_WALLETCONNECT_PROJECT_ID=42a4d689485d5a324116e53ed077d907 | ||
# Set the Infura and Alchemy vars only if you need | ||
# them as providers, otherwise the public ones will be used. | ||
#REACT_APP_ALCHEMY_ID= | ||
#REACT_APP_INFURA_ID= | ||
|
||
##Passport - nonessential in local | ||
REACT_APP_PASSPORT_API_ENDPOINT=https://api.scorer.gitcoin.co | ||
# Get your own key at https://scorer.gitcoin.co | ||
REACT_APP_PASSPORT_API_KEY= | ||
REACT_APP_PASSPORT_API_COMMUNITY_ID=335 | ||
REACT_APP_PASSPORT_AVALANCHE_API_KEY= | ||
REACT_APP_PASSPORT_API_COMMUNITY_ID_AVALANCHE=0000 | ||
|
||
##Indexer & Data Layer - DEFAULTS SUFFICIENT | ||
# URL of the indexer. http://localhost:8080 for local indexer | ||
REACT_APP_INDEXER_V2_API_URL=https://grants-stack-indexer-v2.gitcoin.co | ||
# Search API URL where the Data Layer should point to | ||
REACT_APP_GRANTS_STACK_SEARCH_API_BASE_URL=https://d2n9vtjeq685yt.cloudfront.net | ||
|
||
##Debugging & development - ALL OPTIONAL | ||
# Overrride the default chains | ||
#REACT_APP_CHAINS_OVERRIDE=optimism,fantomTestnet,fantom,mainnet,sepolia,pgnTestnet,pgn,arbitrum,arbitrumGoerli,base,scroll,polygon,avalanche,avalancheFuji,zkSyncEraMainnet,zkSyncEraTestnet,celo,celoAlfajores,seiDevnet,lukso,luksoTestnet | ||
REACT_APP_DATADOG_APPLICATION_ID= | ||
REACT_APP_DATADOG_CLIENT_TOKEN= | ||
REACT_APP_DATADOG_SERVICE= | ||
REACT_APP_DATADOG_SITE= | ||
REACT_APP_SENTRY_AUTH_TOKEN= | ||
REACT_APP_SENTRY_DSN= | ||
REACT_APP_TAG_MANAGER= | ||
REACT_APP_INTERCOM_APP_ID= | ||
REACT_APP_POSTHOG_TOKEN= | ||
REACT_APP_POSTHOG_KEY= | ||
REACT_APP_POSTHOG_HOST= | ||
REACT_APP_EXPLORER_DISABLE_MATCHING_ESTIMATES=false | ||
|
||
# --------------------------- | ||
# Builder - REQUIRED | ||
# The Pinata JWT var is required in Builder and Manager to | ||
# upload and pin metadata files to Pinata. Default ('TEST') | ||
# will enable packages to run, but they won't allow you | ||
# to upload and pin files. Create your account on | ||
# https://pinata.cloud and set your own JWT value here. | ||
REACT_APP_PINATA_JWT=TEST | ||
REACT_APP_IPFS_BASE_URL=https://d16c97c2np8a2o.cloudfront.net | ||
REACT_APP_PINATA_BASE_URL=https://api.pinata.cloud | ||
# --------------------------- | ||
|
||
# --------------------------- | ||
# Explorer - nonessential | ||
# create key following https://www.opensource.observer/docs/get-started/ | ||
REACT_APP_OSO_API_KEY= | ||
# --------------------------- | ||
|
||
# --------------------------- | ||
# Manager - DEFAULTS SUFFICIENT | ||
REACT_APP_BUILDER_URL=https://builder.gitcoin.co | ||
REACT_APP_GRANT_EXPLORER=https://explorer.gitcoin.co | ||
# --------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"opRetro": { | ||
"projectId": "0x6aa80764b6082947c3b2de86fe12804eb475b0afb719de50b9eed60b86f20535" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,15 @@ | ||
REACT_APP_SUBGRAPH_ARBITRUM_API="https://api.thegraph.com/subgraphs/name/gitcoinco/gitcoin-grants-arbitrum-one" | ||
REACT_APP_SUBGRAPH_ARBITRUM_GOERLI_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-arbitrum-goerli" | ||
REACT_APP_SUBGRAPH_AVALANCHE_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-avalanche-mainnet" | ||
REACT_APP_SUBGRAPH_DEV1_API="http://local.local" | ||
REACT_APP_SUBGRAPH_DEV2_API="http://local.local" | ||
REACT_APP_SUBGRAPH_FANTOM_MAINNET_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-fantom-mainnet" | ||
REACT_APP_SUBGRAPH_FANTOM_TESTNET_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-fantom-testnet" | ||
REACT_APP_SUBGRAPH_FUJI_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-fuji-testnet" | ||
REACT_APP_SUBGRAPH_GOERLI_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-goerli-testnet" | ||
REACT_APP_SUBGRAPH_MAINNET_API="https://api.thegraph.com/subgraphs/name/vacekj/allo-mainnet" | ||
REACT_APP_SUBGRAPH_OPTIMISM_MAINNET_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-optimism-mainnet" | ||
REACT_APP_SUBGRAPH_PGN_API="https://graph-gitcoin-mainnet.hirenodes.io/subgraphs/name/gitcoin/allo" | ||
REACT_APP_SUBGRAPH_PGN_TESTNET_API="https://graph-gitcoin-testnet.hirenodes.io/subgraphs/name/gitcoin/allo" | ||
REACT_APP_SUBGRAPH_POLYGON_API="https://api.thegraph.com/subgraphs/name/allo-protocol/grants-round-polygon" | ||
REACT_APP_SUBGRAPH_POLYGON_MUMBAI_API="https://api.thegraph.com/subgraphs/name/allo-protocol/grants-round-mumbai" | ||
REACT_APP_SUBGRAPH_ZKSYNC_TESTNET_API="https://api.thegraph.com/subgraphs/name/gitcoinco/grants-round-zkync-era-testnet" | ||
REACT_APP_SUBGRAPH_ZKSYNC_MAINNET_API="https://api.studio.thegraph.com/query/45391/grants-round-zkera/v0.0.2" | ||
REACT_APP_GRANTS_STACK_SEARCH_API_BASE_URL="https://gitcoin-search-dev.fly.dev" | ||
REACT_APP_SUBGRAPH_BASE_API="https://api.studio.thegraph.com/query/45391/grants-round-base/v0.0.1" | ||
REACT_APP_SUBGRAPH_SEPOLIA_API=”https://api.thegraph.com/subgraphs/name/bhargavaparoksham/grants-round-sepolia-testnet” | ||
REACT_APP_SUBGRAPH_SCROLL_API="https://api.studio.thegraph.com/query/45391/grants-round-scroll/v0.0.2" | ||
|
||
REACT_APP_PINATA_GATEWAY="https://pinata-gateway.com" | ||
REACT_APP_PINATA_JWT="abcedfg" | ||
REACT_APP_IPFS_BASE_URL="https://local-ipfs.dev" | ||
REACT_APP_PINATA_BASE_URL="https://local-pinata.dev" | ||
REACT_APP_PINATA_JWT="test-token" | ||
REACT_APP_WALLETCONNECT_PROJECT_ID="1234" | ||
REACT_APP_PASSPORT_API_KEY="test-key" | ||
REACT_APP_PASSPORT_AVALANCHE_API_KEY="test-key" | ||
REACT_APP_PASSPORT_API_COMMUNITY_ID="0000" | ||
REACT_APP_PASSPORT_API_COMMUNITY_ID_AVALANCHE="0000" | ||
|
||
REACT_APP_POSTHOG_KEY="" | ||
REACT_APP_POSTHOG_HOST="" |
Oops, something went wrong.