Skip to content

Commit

Permalink
fix config (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 authored Jul 13, 2023
1 parent 202c548 commit 42812f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.debug.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Enabled = true
FrequencyToMonitorTxs = "1s"
PrivateKey = {Path = "../test/test.keystore.sequencer", Password = "testonly"}
RetryInterval = "1s"
RetryNumber = "10"
RetryNumber = 10

[Etherman]
L1URL = "http://localhost:8545"
Expand Down
2 changes: 1 addition & 1 deletion config/config.local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Enabled = true
FrequencyToMonitorTxs = "1s"
PrivateKey = {Path = "/pk/keystore.claimtxmanager", Password = "testonly"}
RetryInterval = "1s"
RetryNumber = "10"
RetryNumber = 10

[Etherman]
L1URL = "http://zkevm-mock-l1-network:8545"
Expand Down
2 changes: 1 addition & 1 deletion config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Enabled = false
FrequencyToMonitorTxs = "1s"
PrivateKey = {Path = "./test/test.keystore", Password = "testonly"}
RetryInterval = "1s"
RetryNumber = "10"
RetryNumber = 10
[Etherman]
L1URL = "http://localhost:8545"
Expand Down

0 comments on commit 42812f0

Please sign in to comment.