Skip to content

Commit

Permalink
Add default toml for 1337
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Jul 4, 2024
1 parent de39858 commit 35520a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@ DeltaReconcile = '5s'
CommonChainConfigTOML = """
"""

[NodeConfig.ChainConfigTOMLByChainID]
# applicable for simulated chain
1337 = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
"""

[Seth]
# controls which transactions are decoded/traced. Possbile values are: none, all, reverted (default).
# if transaction level doesn't match, then calling Decode() does nothing. It's advised to keep it set
Expand Down

0 comments on commit 35520a8

Please sign in to comment.