forked from codeman-crypto/beldex-wallet-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (39 loc) · 2.17 KB
/
Copy path.env.example
File metadata and controls
44 lines (39 loc) · 2.17 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
44
# Build-time configuration for the Beldex wallet extension.
#
# cp .env.example .env # .env is gitignored; this template is committed
#
# Everything here is read by webpack.config.js at BUILD time and baked into the
# bundle — nothing is read at runtime, and there is no in-app network switcher.
# Rebuild after editing. Values override the defaults in src/lib/networks.json;
# anything you leave commented out falls back to those defaults.
#
# The manifest's host_permissions are DERIVED from whatever URLs end up
# resolved, so overriding an endpoint here automatically grants the extension
# permission to reach it. No manifest editing required.
# ---- which chain to build -----------------------------------------------
# mainnet | testnet. The --env network=... CLI flag (npm run build:*:testnet)
# takes precedence over this, so CI can build both from one .env.
BDX_NETWORK=mainnet
# ---- mainnet endpoints ---------------------------------------------------
# MAINNET_LWS_URL=https://lwsapi.beldex.io
# MAINNET_DAEMON_RPC_URL=https://explorer.beldex.io/json_rpc
# MAINNET_BNS_LOOKUP_URL=https://explorer.beldex.io/api/bnslookup
# MAINNET_EXPLORER_TX_URL=https://explorer.beldex.io/tx/
# MAINNET_PRICE_URL=https://api.coingecko.com/api/v3/simple/price?ids=beldex&vs_currencies=usdt,usd
# MAINNET_SHOW_FIAT=true
# ---- testnet endpoints ---------------------------------------------------
# Point these at a local LWS while developing, e.g.
# TESTNET_LWS_URL=http://127.0.0.1:8443
# TESTNET_LWS_URL=https://lwsapi.beldex.dev
# TESTNET_DAEMON_RPC_URL=http://209.126.86.93:29091/json_rpc
# TESTNET_BNS_LOOKUP_URL=https://testnet.beldex.dev/api/bnslookup
# TESTNET_EXPLORER_TX_URL=https://testnet.beldex.dev/tx/
# TESTNET_PRICE_URL=https://api.coingecko.com/api/v3/simple/price?ids=beldex&vs_currencies=usdt,usd
# TESTNET_SHOW_FIAT=true
# ---- shared --------------------------------------------------------------
# Minutes of inactivity before the keyring auto-locks (1-240).
# BDX_AUTO_LOCK_MINUTES=15
# Extra host_permissions entries, comma-separated. Only needed for hosts the
# extension fetches that aren't one of the URLs above. Chrome match patterns
# must not contain a port.
# BDX_EXTRA_HOSTS=