-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
43 lines (35 loc) · 2.24 KB
/
.env.example
File metadata and controls
43 lines (35 loc) · 2.24 KB
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
36
37
38
39
40
41
42
43
NEXT_PUBLIC_TWILIGHT_PRICE_WS=wss://relayer.twilight.rest/ws
NEXT_PUBLIC_TWILIGHT_PRICE_REST_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyaWQiOiJ0ZXN0X3VzZXIiLCJpc19hZG1pbiI6ZmFsc2UsImV4cCI6NDgzNzE0Mzk1OSwiaWF0IjoxNjgzNTQzOTU5fQ.jn1u6HRuqSHk8kXXlCY4FXli1F5V7UzNHP_8OfC78
NEXT_PUBLIC_TWILIGHT_API_RPC=https://rpc.twilight.rest/
NEXT_PUBLIC_TWILIGHT_API_REST=https://lcd.twilight.rest/
NEXT_PUBLIC_ZKOS_API_ENDPOINT=https://nykschain.twilight.rest/zkos/
NEXT_PUBLIC_TWILIGHT_PRICE_REST=https://relayer.twilight.rest/api
NEXT_PUBLIC_RELAYER_ENDPOINT=https://relayer.twilight.rest/relayer/
NEXT_PUBLIC_CLIENT_ENDPOINT=https://relayer.twilight.rest/clientapi/
NEXT_PUBLIC_FAUCET_ENDPOINT=https://faucet-rpc.twilight.rest
PRICE_ORACLE_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyaWQiOiJ0ZXN0X3VzZXIiLCJpc19hZG1pbiI6ZmFsc2UsImV4cCI6NDgzNzE0Mzk1OSwiaWF0IjoxNjgzNTQzOTU5fQ.jn1u6HRuqSHk8kXXlCY4FXli1F5V7UzNHP_8OfC78
VERCEL_URL=https://web.twilight.rest/
NEXT_PUBLIC_EXPLORER_URL=https://explorer.twilight.org/nyks
NEXT_PUBLIC_KYC_ENDPOINT=https://zk-kyc.twilight.rest
NEXT_PUBLIC_UMAMI_SRC=https://umami-production-328f.up.railway.app/script.js
NEXT_PUBLIC_UMAMI_WEBSITE_ID=66f03cb8-635a-4cc2-9cfa-39abc727d504
NEXT_PUBLIC_MANDATORY_KYC=false
NEXT_PUBLIC_TWILIGHT_NETWORK_TYPE=testnet
NEXT_PUBLIC_BINANCE_WS_URL=wss://stream.binance.com/ws
NEXT_PUBLIC_BTC_INDEXER_URL=https://indexer.twilight.org/api/bitcoin/info
NEXT_PUBLIC_APP_LOGO_URL=https://staging-frontend.twilight.rest/images/twilight.png
NEXT_PUBLIC_APP_URL=https://twilight-pool.vercel.app
NEXT_PUBLIC_CHAIN_EXPLORER_URL=https://explorer.twilight.rest
# Chart live candle source: "binance" (default) or "relayer"
NEXT_PUBLIC_CHART_WS_SOURCE=binance
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=
NEXT_PUBLIC_BINANCE_WS_URL=wss://stream.binance.com/ws
NEXT_PUBLIC_BTC_INDEXER_URL=https://indexer.twilight.org/api/bitcoin/info
NEXT_PUBLIC_APP_LOGO_URL=https://staging-frontend.twilight.rest/images/twilight.png
NEXT_PUBLIC_APP_URL=https://twilight-pool.vercel.app
NEXT_PUBLIC_CHAIN_EXPLORER_URL=https://explorer.twilight.rest
NEXT_PUBLIC_CHAIN_NAME=nyks
# Wallet visibility toggles (set to "true" to show, anything else to hide)
NEXT_PUBLIC_SHOW_WC_ANDROID=false
NEXT_PUBLIC_SHOW_WC_IOS=false
NEXT_PUBLIC_SHOW_KEPLR_MOBILE_DESKTOP=false