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.example
+3-3
Original file line number
Diff line number
Diff line change
@@ -423,11 +423,11 @@ SPHERON_WALLET_ADDRESS=
423
423
STARGAZE_ENDPOINT=
424
424
425
425
# GenLayer
426
-
GENLAYER_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000# Private key of the GenLayer account to use for the agent
426
+
GENLAYER_PRIVATE_KEY=# Private key of the GenLayer account to use for the agent in this format (0x0000000000000000000000000000000000000000000000000000000000000000)
427
427
428
428
# OpenWeather
429
429
OPEN_WEATHER_API_KEY=# OpenWeather API key
430
430
431
431
# Allora
432
-
ALLORA_API_KEY=UP-f8db7d6558ab432ca0d92716# Allora API key
433
-
ALLORA_CHAIN_SLUG=testnet# must be one of mainnet, testnet. If not specified, it will use testnet by default
432
+
ALLORA_API_KEY=# Allora API key, format: UP-f8db7d6558ab432ca0d92716
433
+
ALLORA_CHAIN_SLUG=# must be one of mainnet, testnet. If not specified, it will use testnet by default
0 commit comments