mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
config.example.yml: add blacklist
This commit is contained in:
parent
be35936dc2
commit
690dabe6bd
1 changed files with 11 additions and 0 deletions
|
|
@ -43,6 +43,17 @@ ship:
|
|||
# Request ship to stop sending blocks when reaching this block.
|
||||
#end_block_num: 2000
|
||||
|
||||
# Blacklist contract/actions
|
||||
blacklist:
|
||||
# this is a "useless" action that results in alot of warning messages.
|
||||
# becase thalos does not know it's ABI. Its recommended to have this action blacklisted
|
||||
# unless you have a reason to use it.
|
||||
eosio.null:
|
||||
- nonce
|
||||
|
||||
# blacklist all action from a contract
|
||||
# evilcontract: ["*"]
|
||||
|
||||
# Telegram notifications
|
||||
#telegram:
|
||||
# id: "123456789:GPdmGPBWvpgHPxlergJLavus-PoAURTjMWP"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue