Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve builder default envs #3444

Merged
merged 3 commits into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/builder/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
REACT_APP_ENV=development

# removing this will enable the default production or staging chains
REACT_APP_CHAINS=dev1,dev2
#REACT_APP_CHAINS=dev1,dev2

# Allo version switch
REACT_APP_ALLO_VERSION="allo-v1"
REACT_APP_ALLO_VERSION="allo-v2"

# ----------------------
# API keys
Expand Down Expand Up @@ -42,7 +42,7 @@ REACT_APP_PASSPORT_API_ENDPOINT="https://api.scorer.gitcoin.co"
REACT_APP_PASSPORT_API_COMMUNITY_ID="335"

# ---------------------------
# Debgging & development
# Debugging & development
# ---------------------------

# Allow overriding permissions checks by appending ?debug=true to the URL
Expand Down Expand Up @@ -91,7 +91,7 @@ REACT_APP_SUBGRAPH_DEV2_API=http://localhost:8546
# --------------------------------

# Overrride the default chains
REACT_APP_CHAINS_OVERRIDE=all
#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

# Variables below are optional for local development
REACT_APP_DATADOG_APPLICATION_ID=
Expand Down
Loading