forked from Fulgurus/candy-machine-v2-responsive-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
16 lines (12 loc) · 737 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
REACT_APP_CANDY_MACHINE_ID=7aEdM8E1tW2TZ4UHQn6r8DXf4KpCDDxJX8umDVgNtV9E
REACT_APP_SOLANA_NETWORK=devnet
REACT_APP_SOLANA_RPC_HOST=https://still-young-field.solana-devnet.quiknode.pro/81df49796d09f840779524549a89c1d8c9eefb42/
# REACT_APP_SOLANA_NETWORK=mainnet-beta
# REACT_APP_SOLANA_RPC_HOST=https://long-old-rain.solana-mainnet.quiknode.pro/c98f1c4c592f8fa10569d624c807bf2dbc0ec790/
# ADDITIONAL PARAMS TO SET IF USING SPL-TOKEN AS MINTING CURRENCY ONLY :
# Spl-Token symbol to display next the price
REACT_APP_SPL_TOKEN_TO_MINT_NAME=
# Spl-token decimals place defined on creation (default is 9)
REACT_APP_SPL_TOKEN_TO_MINT_DECIMALS=
# To avoid harmless compilation warnings generating a build error, keep CI set to false
CI=false