-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
35 lines (26 loc) · 950 Bytes
/
.env.example
File metadata and controls
35 lines (26 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# The current app deployment environment
VITE_ENVIRONMENT=testing
# Whether to use testnet or mainnet contracts/config
VITE_TESTNET=true
# Whether to mock backend responses or not
VITE_ENABLE_MOCK_SUBGRAPH=true
# App URL to run on
VITE_APP_PROTOCOL=http
VITE_APP_PORT=5173
VITE_APP_HOST=localhost
VITE_APP_URL=${VITE_APP_PROTOCOL}://${VITE_APP_HOST}:${VITE_APP_PORT}
# Project's WalletConnect Id
VITE_WALLETCONNECT_PROJECT_ID=29c1aa1528d4ed7ffe54ee450b483393
# The Projects Fleek Access token, used for Fleek Storage
VITE_FLEEK_APPLICATION_CLIENT_ID=fleek_client_id
# Storybook visual testing API token
STORYBOOK_CHROMATIC_PROJECT_TOKEN=...
# Feature toggles
VITE_FEATURE_TOGGLE_REGISTRATION_LAUNCHES=false
# Disable react-query dev tools
VITE_DISABLE_REACT_QUERY_DEV_TOOLS=true
ANVIL_FORK_URL=https://base-sepolia.g.alchemy.com/v2/your_alchemy_api_key
ANVIL_CHAIN_ID=84532
ANVIL_PORT=8545
ANVIL_FORK_BLOCK_NUMBER=22759770
ANVIL_BLOCK_TIME=1