-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmainnet.env
32 lines (27 loc) · 1.21 KB
/
mainnet.env
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
BLOCKCHAIN_NAME=MultiversX
# Observer name will be visible on Explorer
OBSERVER_DISPLAY_NAME="rosetta-observer-mainnet"
OBSERVER_ACTUAL_SHARD=0
OBSERVER_PROJECTED_SHARD=0
GENESIS_BLOCK=165821a3407bd0d5916f9710e203bad788053443430e724b7847e086b175d9ab
GENESIS_TIMESTAMP=1596117600
DATA_FOLDER_OBSERVER=${HOME}/rosetta-workdir/mainnet/node-0
DATA_FOLDER_ROSETTA_ONLINE=${HOME}/rosetta-workdir/mainnet/rosetta-online
DATA_FOLDER_ROSETTA_OFFLINE=${HOME}/rosetta-workdir/mainnet/rosetta-offline
PORT_OBSERVER=8080
PORT_P2P=37373
PORT_ROSETTA_ONLINE=8091
PORT_ROSETTA_OFFLINE=8092
# Corresponds to: https://gateway.multiversx.com/block/0/by-nonce/10120629
FIRST_HISTORICAL_EPOCH=703
# ~ 128 days of historical balances lookup;
# The historical data isn't automatically removed, though - see https://github.com/multiversx/mx-chain-rosetta (section "Storage Pruning").
NUM_HISTORICAL_EPOCHS=128
LOG_LEVEL=*:DEBUG
# For download step of "entrypoint.sh"
DOWNLOAD_NON_PRUNED_EPOCHS=false
DOWNLOAD_NON_PRUNED_EPOCHS_URL=https://example.example.example.com/mainnet
DOWNLOAD_REGULAR_ARCHIVE=false
DOWNLOAD_REGULAR_ARCHIVE_URL=https://example.example.example-example.example.com/mainnet/day/archive.tar.gz
DOWNLOAD_EPOCH_FIRST=700
DOWNLOAD_EPOCH_LAST=844