-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.template
68 lines (56 loc) · 2.63 KB
/
.env.template
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#### --------------------------- ####
# Environment Variables Template #
#### --------------------------- ####
# This file is a template for the environment variables that need to be set in the `.env` file.
# Copy the contents of this file into the different environments' `.env` files and fill in the values.
# Naming Conventions:
# - `.env.localhost`: For locally run attestors / regtest bitcoin. Use with `yarn localhost`.
# - `.env.devnet`: For deployed devnet attestors / regtest bitcoin. Use with `yarn devnet`.
# - `.env.testnet`: For deployed testnet attestors / testnet bitcoin. Use with `yarn testnet`.
# - `.env.mainnet`: For deployed mainnet attestors / mainnet bitcoin. Use with `yarn mainnet`.
# ------------------------------------
# Example Values for Missing Variables
# ------------------------------------
# Endpoints of the Attestor Group API
# VITE_ATTESTOR_API_URLS=https://example.com/attestor-1,https://example.com/attestor-2,https://example.com/attestor-3
# ----------------------------------------
# Locally Run Attestors / Regtest Bitcoin
# ----------------------------------------
# VITE_APP_ENVIRONMENT=localhost
# VITE_ETHEREUM_DEPLOYMENT_BRANCH=dev
# VITE_ARBITRUM_OBSERVER_NODE=http://localhost:8545
# VITE_FEE_RATE_MULTIPLIER=2
# VITE_REWARDS_RATE=0.000000001157407
# VITE_CHAINALYSIS_API_URL=https://api.chainalysis.com/api/risk/v2/entities
# VITE_CHAINALYSIS_TOKEN=
# VITE_ETHEREUM_DEPLOYMENT_FILES_URL=
# -------------------------------------------
# Deployed Devnet Attestors / Regtest Bitcoin
# -------------------------------------------
# VITE_APP_ENVIRONMENT=devnet
# VITE_ETHEREUM_DEPLOYMENT_BRANCH=dev
# VITE_ARBITRUM_OBSERVER_NODE=
# VITE_FEE_RATE_MULTIPLIER=2
# VITE_REWARDS_RATE=0.000000001157407
# VITE_CHAINALYSIS_API_URL=https://api.chainalysis.com/api/risk/v2/entities
# VITE_CHAINALYSIS_TOKEN=
# --------------------------------------------
# Deployed Testnet Attestors / Testnet Bitcoin
# --------------------------------------------
# VITE_APP_ENVIRONMENT=testnet
# VITE_ETHEREUM_DEPLOYMENT_BRANCH=testnet
# VITE_ARBITRUM_OBSERVER_NODE=
# VITE_FEE_RATE_MULTIPLIER=2
# VITE_REWARDS_RATE=0.000000001157407
# VITE_CHAINALYSIS_API_URL=https://api.chainalysis.com/api/risk/v2/entities
# VITE_CHAINALYSIS_TOKEN=
# --------------------------------------------
# Deployed Mainnet Attestors / Mainnet Bitcoin
# --------------------------------------------
# VITE_APP_ENVIRONMENT=mainnet
# VITE_ETHEREUM_DEPLOYMENT_BRANCH=mainnet
# VITE_ARBITRUM_OBSERVER_NODE=
# VITE_FEE_RATE_MULTIPLIER=2
# VITE_REWARDS_RATE=0.000000001157407
# VITE_CHAINALYSIS_API_URL=https://api.chainalysis.com/api/risk/v2/entities
# VITE_CHAINALYSIS_TOKEN=