Skip to content

Commit

Permalink
docs: add comments to env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
boray committed Oct 25, 2024
1 parent 92a92f0 commit 9473bff
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions settlement/.env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
MINA_ENDPOINT=
ARCHIVE_ENDPOINT=
# Private key of fee payer in base58 format
FEE_PAYER_KEY=
# Private key of zkapp in base58 format
ZKAPP_KEY=
# Leave empty to use default values
RETRY_WAIT_MS=
MIN_ACTIONS_TO_REDUCE=
MAX_RETRIES_BEFORE_REDUCE=
FEE_PAYER_KEY= # Private key of fee payer in base58 format
ZKAPP_KEY= # Private key of zkapp in base58 format
RETRY_WAIT_MS= # Wait time between cycles in miliseconds
MIN_ACTIONS_TO_REDUCE= # Mininum number of actions that trigger settlement
MAX_RETRIES_BEFORE_REDUCE= # Maximum number of cycles before settlement is triggered

0 comments on commit 9473bff

Please sign in to comment.