62 lines
1.2 KiB
TOML
62 lines
1.2 KiB
TOML
[leveldb]
|
|
mode = "local"
|
|
path = "/Users/user/Library/Ethereum/geth/chaindata"
|
|
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
|
|
url = "http://127.0.0.1:8082/"
|
|
|
|
[server]
|
|
ipcPath = ".ipc"
|
|
httpPath = "127.0.0.1:8545"
|
|
|
|
[statediff]
|
|
prerun = true
|
|
serviceWorkers = 1
|
|
workerQueueSize = 1024
|
|
trieWorkers = 4
|
|
|
|
[prerun]
|
|
only = false
|
|
ranges = [
|
|
[0, 1000]
|
|
]
|
|
[prerun.params]
|
|
includeBlock = true
|
|
includeReceipts = true
|
|
includeTD = true
|
|
includeCode = true
|
|
watchedAddresses = []
|
|
|
|
[log]
|
|
file = ""
|
|
level = "info"
|
|
|
|
[database]
|
|
name = "vulcanize_test"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
user = "vulcanize"
|
|
password = "..."
|
|
type = "postgres"
|
|
driver = "sqlx"
|
|
dumpDestination = ""
|
|
filePath = ""
|
|
|
|
[cache]
|
|
database = 1024
|
|
trie = 1024
|
|
|
|
[prom]
|
|
dbStats = false
|
|
metrics = true
|
|
http = true
|
|
httpAddr = "localhost"
|
|
httpPort = "8889"
|
|
|
|
[ethereum]
|
|
chainConfig = ""
|
|
nodeID = ""
|
|
clientName = "eth-statediff-service"
|
|
genesisBlock = "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3"
|
|
networkID = 1
|
|
chainID = 1
|