-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env
22 lines (17 loc) · 825 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# graphql Subsquid endpoint
VITE_SUBSQUID_URL="https://origin.squids.live/origin-squid:prod/api/graphql"
# strapi cms endpoint
VITE_STRAPI_URL="https://origin-cms.herokuapp.com"
# defi-analytics endpoint
VITE_DEFI_ANALYTICS_URL="https://api.originprotocol.com"
# graphql Snapshot endpoint
VITE_SNAPSHOT_URL="https://hub.snapshot.org/graphql"
# Alchemy rpcs
VITE_ALCHEMY_RPC="https://eth-mainnet.g.alchemy.com/v2/"
VITE_ALCHEMY_ARBITRUM_RPC="https://arb-mainnet.g.alchemy.com/v2/"
VITE_ALCHEMY_BASE_RPC="https://base-mainnet.g.alchemy.com/v2/"
VITE_ALCHEMY_OP_MAINNET_RPC="https://opt-mainnet.g.alchemy.com/v2/"
# Nx 18 enables using plugins to infer targets by default
# This is disabled for existing workspaces to maintain compatibility
# For more info, see: https://nx.dev/concepts/inferred-tasks
NX_ADD_PLUGINS=false