github.com/palisadeinc/bor@v0.0.0-20230615125219-ab7196213d15/internal/cli/server/testdata/test.toml (about)

     1  datadir = "./data"
     2  snapshot = false
     3  
     4  ["eth.requiredblocks"]
     5  "31000000" = "0x2087b9e2b353209c2c21e370c82daa12278efd0fe5f0febe6c29035352cf050e"
     6  "32000000" = "0x875500011e5eecc0c554f95d07b31cf59df4ca2505f4dbbfffa7d4e4da917c68"
     7  
     8  [p2p]
     9  maxpeers = 30
    10  
    11  [txpool]
    12  locals = []
    13  lifetime = "1s"
    14  
    15  [miner]
    16  mine = true
    17  gaslimit = 30000000
    18  gasprice = "1000000000"
    19  
    20  [gpo]
    21  ignoreprice = "4"
    22  
    23  [cache]
    24  cache = 1024
    25  rejournal = "1s"