fix the whitespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Log]
|
||||
Environment = "production" # "production" or "development"
|
||||
Environment = "development" # "production" or "development"
|
||||
Level = "info"
|
||||
Outputs = ["stderr"]
|
||||
|
||||
@@ -37,6 +37,12 @@ PollMinAllowedGasPriceInterval = "15s"
|
||||
EnableLog = false
|
||||
MaxConns = 200
|
||||
|
||||
[Etherman]
|
||||
URL = "http://your.L1node.url"
|
||||
MultiGasProvider = false
|
||||
[Etherman.Etherscan]
|
||||
ApiKey = ""
|
||||
|
||||
[RPC]
|
||||
Host = "0.0.0.0"
|
||||
Port = 8545
|
||||
|
||||
@@ -108,7 +108,6 @@
|
||||
"cleanerPollingPeriod": 600,
|
||||
"requestsPersistence": 3600,
|
||||
"maxExecutorThreads": 20,
|
||||
|
||||
"maxProverThreads": 8,
|
||||
"maxHashDBThreads": 8,
|
||||
"ECRecoverPrecalc": true,
|
||||
|
||||
Reference in New Issue
Block a user