ipld-eth-server/environments/superNodeSubscription.toml

30 lines
899 B
TOML
Raw Normal View History

2020-06-30 00:16:52 +00:00
[watcher]
[watcher.ethSubscription]
2020-02-23 23:14:29 +00:00
historicalData = false
historicalDataOnly = false
startingBlock = 0
endingBlock = 0
wsPath = "ws://127.0.0.1:8080"
2020-06-30 00:16:52 +00:00
[watcher.ethSubscription.headerFilter]
off = false
uncles = false
2020-06-30 00:16:52 +00:00
[watcher.ethSubscription.txFilter]
off = false
2020-02-23 23:14:29 +00:00
src = []
dst = []
2020-06-30 00:16:52 +00:00
[watcher.ethSubscription.receiptFilter]
off = false
contracts = []
2020-02-23 23:14:29 +00:00
topic0s = []
topic1s = []
topic2s = []
topic3s = []
2020-06-30 00:16:52 +00:00
[watcher.ethSubscription.stateFilter]
off = false
2020-02-23 23:14:29 +00:00
addresses = []
intermediateNodes = false
2020-06-30 00:16:52 +00:00
[watcher.ethSubscription.storageFilter]
off = true
addresses = []
storageKeys = []
intermediateNodes = false