forked from lilnounsDAO/lilnouns-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
32 lines (23 loc) · 842 Bytes
/
.env.example
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
# Active Chain ID
REACT_APP_CHAIN_ID=1
# If you have an Infura Project ID (Rinkeby and Goerli run on Infura)
# REACT_APP_INFURA_PROJECT_ID=
# If you have an Alchemy Project ID (Mainnet runs on Alchemy)
# REACT_APP_ALCHEMY_PROJECT_ID=
# If you have an Alchemy Project ID
# REACT_APP_ALCHEMY_SEPOLIA_PROJECT_ID
# WalletConnect V2 Project ID
REACT_APP_WALLET_CONNECT_V2_PROJECT_ID=
# If you have an explicit Rinkeby JSON-RPC endpoint
# REACT_APP_RINKEBY_JSONRPC=
# If you have an explicit Mainnet JSON-RPC endpoint
# REACT_APP_MAINNET_JSONRPC=
# Etherscan API Key
REACT_APP_ETHERSCAN_API_KEY=
REACT_APP_IS_PRELAUNCH="false"
# Nouns API endpoint for local testing
REACT_APP_MAINNET_NOUNSAPI="http://localhost:5001"
# For Transaction Simulation
# REACT_APP_TENDERLY_ACCESS_KEY=
# REACT_APP_TENDERLY_USERNAME=
# REACT_APP_TENDERLY_PROJECT=