You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.mainnet.example
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,9 @@ PRYSM_BLOB_BATCH_LIMIT_BURST_FACTOR=8 # Set this to 8 for a full node, 2
162
162
TRUSTED_BEACON_NODE_URL=https://rpc.vana.org
163
163
WEAK_SUBJECTIVITY_CHECKPOINT=0x0000000000000000000000000000000000000000000000000000000000000000:0 # block root:epoch number
164
164
165
-
# Report stats to the public stats server
166
-
STATS_SERVER_URL=https://stats.vana.org
167
-
INSTANCE_NAME="Example Validator"
168
-
VALIDATOR_PUBLIC_KEY= # The public key of your validator, e.g. 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
165
+
# Report stats to the Vana stats service
166
+
STATS_SERVICE_URL=https://stats.vana.org
167
+
STATS_API_KEY= # Your API key for the stats service, if you have one
168
+
NODE_NAME="Example Node" # A user-friendly name for your node
169
+
VALIDATOR_PUBLIC_KEYS= # The public keys of all validators running on this node, e.g. 0x123...,0x456...,0x789...
170
+
STATS_LOG_LEVEL=info # The log level for the stats service, e.g. "info", "debug", "error", "warn"
0 commit comments