Skip to content

Commit

Permalink
Remove test config node config override
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Jul 4, 2024
1 parent 8beda60 commit de39858
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 40 deletions.
8 changes: 0 additions & 8 deletions integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ DeltaReconcile = '5s'

# override config toml related to EVMNode configs for chainlink nodes; applicable to all EVM node configs in chainlink toml
CommonChainConfigTOML = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
"""

[Seth]
Expand Down
17 changes: 3 additions & 14 deletions integration-tests/testconfig/forwarder_ocr/forwarder_ocr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ DeltaReconcile = '5s'
"""

CommonChainConfigTOML = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
[Transactions]
ForwardersEnabled = true
"""
Expand Down Expand Up @@ -101,10 +92,8 @@ chainlink_node_funding = 0.5

[Soak.OCR]
[Soak.OCR.Common]
test_duration="15m"
test_duration = "15m"

[Soak.OCR.Soak]
number_of_contracts=2
time_between_rounds="1m"


number_of_contracts = 2
time_between_rounds = "1m"
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ ListenAddresses = ['0.0.0.0:6690']
"""

CommonChainConfigTOML = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
[Transactions]
ForwardersEnabled = true
"""
Expand Down
10 changes: 1 addition & 9 deletions integration-tests/testconfig/keeper/keeper.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ HTTPWriteTimeout = '1h'
"""

CommonChainConfigTOML = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
"""

[Benchmark.NodeConfig.ChainConfigTOMLByChainID]
Expand All @@ -107,4 +99,4 @@ HistoryDepth = 100
[GasEstimator]
Mode = 'FixedPrice'
LimitDefault = 5_000_000
"""
"""

0 comments on commit de39858

Please sign in to comment.