1
0
Fork 0
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:
Henrik Hautakoski 2024-06-23 15:21:56 +02:00
parent be35936dc2
commit 690dabe6bd

View file

@ -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"