-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 736 Bytes
/
.env.example
File metadata and controls
27 lines (23 loc) · 736 Bytes
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
PORT=8080
# Public node networks (used during development)
# STAGENET
#API_BASE=https://nodes-stagenet.wavesnodes.com
#REFERENCE_API_BASE=https://nodes-stagenet.wavesnodes.com
#NG_ACTIVATION_HEIGHT=0
#FEE_SPONSORSHIP_ACTIVATION_HEIGHT=0
#BLOCK_REWARD_ACTIVATION_HEIGHT=97100
#CHAIN_ID=S
# TESTNET
#API_BASE=https://nodes-testnet.wavesnodes.com
#REFERENCE_API_BASE=https://nodes-testnet.wavesnodes.com
#NG_ACTIVATION_HEIGHT=171000
#FEE_SPONSORSHIP_ACTIVATION_HEIGHT=339000
#BLOCK_REWARD_ACTIVATION_HEIGHT=717000
#CHAIN_ID=W
# MAINNET
API_BASE=http://localhost:6869
REFERENCE_API_BASE=https://nodes.wavesnodes.com
NG_ACTIVATION_HEIGHT=805000
FEE_SPONSORSHIP_ACTIVATION_HEIGHT=1080000
BLOCK_REWARD_ACTIVATION_HEIGHT=1740000
CHAIN_ID=W