30 lines
899 B
TOML
30 lines
899 B
TOML
|
[watcher]
|
||
|
[watcher.ethSubscription]
|
||
|
historicalData = false
|
||
|
historicalDataOnly = false
|
||
|
startingBlock = 0
|
||
|
endingBlock = 0
|
||
|
wsPath = "ws://127.0.0.1:8080"
|
||
|
[watcher.ethSubscription.headerFilter]
|
||
|
off = false
|
||
|
uncles = false
|
||
|
[watcher.ethSubscription.txFilter]
|
||
|
off = false
|
||
|
src = []
|
||
|
dst = []
|
||
|
[watcher.ethSubscription.receiptFilter]
|
||
|
off = false
|
||
|
contracts = []
|
||
|
topic0s = []
|
||
|
topic1s = []
|
||
|
topic2s = []
|
||
|
topic3s = []
|
||
|
[watcher.ethSubscription.stateFilter]
|
||
|
off = false
|
||
|
addresses = []
|
||
|
intermediateNodes = false
|
||
|
[watcher.ethSubscription.storageFilter]
|
||
|
off = true
|
||
|
addresses = []
|
||
|
storageKeys = []
|
||
|
intermediateNodes = false
|