mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
12 lines
No EOL
144 B
JSON
12 lines
No EOL
144 B
JSON
{
|
|
"datadir": "./data",
|
|
"p2p": {
|
|
"maxpeers": 30
|
|
},
|
|
"txpool": {
|
|
"lifetime": "1s"
|
|
},
|
|
"gpo": {
|
|
"maxprice": "100"
|
|
}
|
|
} |