fix the whitespace

This commit is contained in:
Sebastian
2023-08-24 13:22:06 +02:00
parent eb194fa0f3
commit 124d2ed057
2 changed files with 44 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
[Log] [Log]
Environment = "production" # "production" or "development" Environment = "development" # "production" or "development"
Level = "info" Level = "info"
Outputs = ["stderr"] Outputs = ["stderr"]
@@ -37,6 +37,12 @@ PollMinAllowedGasPriceInterval = "15s"
EnableLog = false EnableLog = false
MaxConns = 200 MaxConns = 200
[Etherman]
URL = "http://your.L1node.url"
MultiGasProvider = false
[Etherman.Etherscan]
ApiKey = ""
[RPC] [RPC]
Host = "0.0.0.0" Host = "0.0.0.0"
Port = 8545 Port = 8545

View File

@@ -108,7 +108,6 @@
"cleanerPollingPeriod": 600, "cleanerPollingPeriod": 600,
"requestsPersistence": 3600, "requestsPersistence": 3600,
"maxExecutorThreads": 20, "maxExecutorThreads": 20,
"maxProverThreads": 8, "maxProverThreads": 8,
"maxHashDBThreads": 8, "maxHashDBThreads": 8,
"ECRecoverPrecalc": true, "ECRecoverPrecalc": true,