go-ethereum/command/server/testdata/simple.hcl
2021-10-26 18:09:46 +02:00

17 lines
128 B
HCL

data-dir = "./data"
whitelist = {
a = "b"
}
p2p {
max-peers = 30
}
txpool {
lifetime = "1s"
}
gpo {
max-price = "100"
}