-
Notifications
You must be signed in to change notification settings - Fork 11
/
example.config.toml
59 lines (50 loc) · 2.01 KB
/
example.config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[rpc_and_lcd_endpoints]
eth_rpc_endpoint = "https://goerli.prylabs.net" # Replace with infura endpoint
bor_rpc_end_point = "http://localhost:8545"
bor_external_rpc = "http://<sentry-ip>:8545" # Replace the IP address with your sentry IP address
heimdall_rpc_endpoint = "http://localhost:26657"
heimdall_lcd_endpoint = "http://localhost:1317"
heimdall_external_rpc = "http://<sentry-ip>:26657" # Replace the IP address with your sentry IP address
[validator_details]
validator_hex_addr = "E4B8E9225842401AD16D4D826732953DAF07C7E2" # Replace this address with your validator hex address. You can get it by running this cmd on validator- heimdallcli status | jq .validator_info.address
signer_address = "0xE4b8e9222705621aD16d4d826732953DAf07C7E2" # Replace this with your valdiator signer address
validator_name = "Matic" # Your validator moniker
stake_manager_contract = "0x5e3Ef299fDDf15eAa0432E6e66473ace8c13D908" # Stake manager contract address on Ethereum mainnet
[enable_alerts]
enable_telegram_alerts = false
enable_email_alerts = false
[regular_status_alerts]
alert_timings = ["02:30PM","12:18PM","12:19PM","02:33PM"]
[alerter_preferences]
balance_change_alerts = "yes"
voting_power_alerts = "yes"
proposal_alerts = "yes"
block_diff_alerts = "yes"
missed_block_alerts = "yes"
num_peers_alerts = "yes"
node_sync_alert = "yes"
node_status_alert = "yes"
eth_low_balance_alert = "yes"
[alerting_threholds]
num_peers_threshold = 0
missed_blocks_threshold = 10
block_diff_threshold = 10
eth_balance_threshold = 0.1
[scraper]
rate = "6s"
validator_rate = "60s"
contract_rate = "300s"
tg_commnads_rate = "2s"
[telegram]
tg_chat_id = 228288878 # Replace your chat id here
tg_bot_token = "1117273891:AAEtr3ZU5x4JRj5YSF4LBeu1fPF0T4xj-UI" # Replace your bot token here
[sendgrid]
sendgrid_token = "SG.J4dl16RST9OM9Nc2Tbvh6A.L_FPSzlqvBesPPQP72hATEt5Hs8TUzo9Dl3ohG8Rk"
receiver_email_address = "[email protected]"
account_email = "[email protected]"
sendgrid_account_name = "xyz"
[influxdb]
port = "8086"
ip = "http://localhost"
database = "matic"
username = ""