eth-statediff-service/environments/example.toml

62 lines
1.2 KiB
TOML
Raw Normal View History

2020-08-19 06:00:52 +00:00
[leveldb]
mode = "local"
2020-08-19 16:35:09 +00:00
path = "/Users/user/Library/Ethereum/geth/chaindata"
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
url = "http://127.0.0.1:8082/"
2020-08-19 06:00:52 +00:00
[server]
2020-08-19 16:35:09 +00:00
ipcPath = ".ipc"
httpPath = "127.0.0.1:8545"
2020-08-19 06:00:52 +00:00
2020-09-15 04:19:13 +00:00
[statediff]
2021-10-25 19:06:05 +00:00
prerun = true
serviceWorkers = 1
workerQueueSize = 1024
trieWorkers = 4
2020-09-15 04:19:13 +00:00
2021-10-25 19:06:05 +00:00
[prerun]
only = false
ranges = [
2021-10-25 19:06:05 +00:00
[0, 1000]
]
2021-10-25 19:06:05 +00:00
[prerun.params]
includeBlock = true
includeReceipts = true
includeTD = true
includeCode = true
watchedAddresses = []
2020-08-19 06:00:52 +00:00
[log]
file = ""
2020-08-19 16:35:09 +00:00
level = "info"
2020-08-19 06:00:52 +00:00
[database]
name = "vulcanize_test"
hostname = "localhost"
port = 5432
user = "vulcanize"
password = "..."
type = "postgres"
driver = "sqlx"
dumpDestination = ""
filePath = ""
[cache]
database = 1024
trie = 1024
2021-10-21 18:10:16 +00:00
[prom]
dbStats = false
2021-10-21 18:10:16 +00:00
metrics = true
http = true
2021-10-25 19:06:05 +00:00
httpAddr = "localhost"
httpPort = "8889"
[ethereum]
chainConfig = ""
nodeID = ""
clientName = "eth-statediff-service"
genesisBlock = "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3"
networkID = 1
chainID = 1