Skip to content

Commit 77bfa24

Browse files
committed
Update README with not required notifier parameters
1 parent 0ef70dd commit 77bfa24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ where `settings.txt` is an environment file with [Settings](#settings).
8787
| REWARD_ETH_CONTRACT_ADDRESS | The address of the [Reward ETH Token Contract](https://github.com/stakewise/contracts/blob/master/contracts/tokens/RewardEthToken.sol). | Yes | - |
8888
| STAKED_ETH_CONTRACT_ADDRESS | The address of the [Staked ETH Token Contract](https://github.com/stakewise/contracts/blob/master/contracts/tokens/StakedEthToken.sol). | Yes | - |
8989
| ORACLE_PRIVATE_KEY | The ETH1 private key of the operator (see `Generating Private Key` below). | Yes | - |
90-
| NOTIFIERS_TELEGRAM_TOKEN | Telegram chat token where notifications about low balance or errors will be sent. | Yes | - |
91-
| NOTIFIERS_TELEGRAM_CHAT_ID | Telegram chat ID where notifications about low balance or errors will be sent. | Yes | - |
90+
| NOTIFIERS_TELEGRAM_TOKEN | Telegram chat token where notifications about low balance or errors will be sent. | No | - |
91+
| NOTIFIERS_TELEGRAM_CHAT_ID | Telegram chat ID where notifications about low balance or errors will be sent. | No | - |
9292
| PROCESS_INTERVAL | How long to wait before processing again. | Yes | - |
9393

9494
## Example settings

0 commit comments

Comments
 (0)