Skip to content

Commit cd61663

Browse files
authored
Merge pull request elizaOS#1999 from odilitime/hfi
fix: fix .env.sample defaults
2 parents a334564 + f57f91b commit cd61663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ SPHERON_WALLET_ADDRESS=
423423
STARGAZE_ENDPOINT=
424424

425425
# 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)
427427

428428
# OpenWeather
429429
OPEN_WEATHER_API_KEY= # OpenWeather API key
430430

431431
# 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

Comments
 (0)