mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
17 lines
128 B
HCL
17 lines
128 B
HCL
data-dir = "./data"
|
|
|
|
whitelist = {
|
|
a = "b"
|
|
}
|
|
|
|
p2p {
|
|
max-peers = 30
|
|
}
|
|
|
|
txpool {
|
|
lifetime = "1s"
|
|
}
|
|
|
|
gpo {
|
|
max-price = "100"
|
|
}
|