-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.example.env
27 lines (18 loc) · 1.04 KB
/
.example.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
# Application Port - KOA server listens on this port (default 5215).
RELAYER_PORT=5215
NODE_ENV=development
SUBNET_URL=https://devnetstats.apothem.network/subnet
PARENTNET_URL=https://devnetstats.apothem.network/devnet
CHECKPOINT_CONTRACT=0x1111111111111111111111111111111111111111
PARENTNET_WALLET_PK=0x1111111111111111111111111111111111111111111111111111111111111111
# # XDC-ZERO. It's optional. Don't uncomment it if not planning to enable it
# PARENTNET_ZERO_CONTRACT=0x1111111111111111111111111111111111111111
# SUBNET_ZERO_CONTRACT=0x1111111111111111111111111111111111111111
# PARENTNET_ZERO_WALLET_PK=0x1111111111111111111111111111111111111111111111111111111111111111
# # Reverse-XDC-ZERO. optional.
# REVERSE_CHECKPOINT_CONTRACT=0x1111111111111111111111111111111111111111
# SUBNET_WALLET_PK=0x1111111111111111111111111111111111111111111111111111111111111111
# SUBNET_ZERO_WALLET_PK=0x1111111111111111111111111111111111111111111111111111111111111111
MAX_FETCH_BLOCK_SIZE=120
# Notification
SLACK_WEBHOOK=https://hooks.slack.com/services/blablabla