-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
53 lines (46 loc) · 1.88 KB
/
.env.example
File metadata and controls
53 lines (46 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
# ----------------------------------------------
# Node operator configuration (MUST be filled by node operators)
# ----------------------------------------------
PRIVATE_KEY=
# The node operator name should end with `-fv` (e.g. dia-fv to indicate that its a fair-value feeder)
NODE_OPERATOR_NAME=""
# ----------------------------------------------
# Chain configuration
# https://github.com/diadata-org/fair-value/wiki/Chain-Info
# ----------------------------------------------
CHAIN_ID=1050
DEPLOYED_CONTRACT=""
BLOCKCHAIN_NODE="https://rpc.diadata.org/"
BACKUP_NODE="https://rpc.diadata.org/"
IMAGE_TAG=""
# ----------------------------------------------
# GitHub Personal Access Token
# This will be used to fetch asset configurations & prevent rate limiting (increases limit from 60 to 5,000 requests/hour).
# Instructions on generating a PAT on Github can be found here:
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token
# Only read permissions are required
# ----------------------------------------------
GITHUB_TOKEN=
# ----------------------------------------------
# Monitoring
# ----------------------------------------------
PUSHGATEWAY_USER=
PUSHGATEWAY_PASSWORD=
PUSHGATEWAY_URL="https://pushgateway-auth.diadata.org"
# Exposes the feeder metrics locally on port 9090 (default)
ENABLE_METRICS_SERVER=true
METRICS_PORT=
# ----------------------------------------------
# Main parameters
# ----------------------------------------------
WRITE_TICKER_SECONDS=300
CONFIG_UPDATE_SECONDS=86400
WRITE_TICKER_SECONDS=3600
# ----------------------------------------------
# Scraper parameters
# ----------------------------------------------
RPC_NODE_EVM_PBTC="" # replace with Arbitrum Sepolia Http URL
## Optional
CONTRACT_CREATION_PBTC=""
BITCOIN_API_SOURCE_PBTC="MEMPOOL"
ANKR_BITCOIN_API_KEY=""