-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |