ipld-eth-server/environments/superNodeSubscription.toml

30 lines
913 B
TOML
Raw Normal View History

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