38 lines
1.3 KiB
TOML
38 lines
1.3 KiB
TOML
[superNode]
|
|
[superNode.ethSubscription]
|
|
historicalData = true
|
|
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
|
|
src = [
|
|
"0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe",
|
|
]
|
|
dst = [
|
|
"0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe",
|
|
]
|
|
[superNode.ethSubscription.receiptFilter]
|
|
off = false
|
|
contracts = []
|
|
topics = [
|
|
[
|
|
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
"0x930a61a57a70a73c2a503615b87e2e54fe5b9cdeacda518270b852296ab1a377"
|
|
]
|
|
]
|
|
[superNode.ethSubscription.stateFilter]
|
|
off = false
|
|
addresses = [
|
|
"0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe"
|
|
]
|
|
intermediateNodes = false
|
|
[superNode.ethSubscription.storageFilter]
|
|
off = true
|
|
addresses = []
|
|
storageKeys = []
|
|
intermediateNodes = false |