Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jun 22, 2024
1 parent f4adc09 commit 1349876
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions integration-tests/ccip-tests/testconfig/tomls/scalability.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ evm_minimum_confirmations = 1
evm_gas_estimation_buffer = 1000
evm_supports_eip1559 = true
evm_default_gas_limit = 6000000
evm_finality_depth = 400
evm_finality_depth = 1

[CCIP.Env.Network.EVMNetworks.PRIVATE-CHAIN-2]
evm_name = 'private-chain-2'
Expand All @@ -42,7 +42,7 @@ evm_minimum_confirmations = 1
evm_gas_estimation_buffer = 1000
evm_supports_eip1559 = true
evm_default_gas_limit = 6000000
evm_finality_depth = 400
evm_finality_depth = 1

[CCIP.Env.Network.AnvilConfigs.PRIVATE-CHAIN-1]
block_time = 1
Expand All @@ -62,16 +62,16 @@ DBCapacity = '50Gi'
IsStateful = true
DBArgs = ['shared_buffers=2048MB', 'effective_cache_size=4096MB', 'work_mem=64MB']

[CCIP.Env.NewCLCluster.Common]
CommonChainConfigTOML = """
[HeadTracker]
HistoryDepth = 400
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
"""
#[CCIP.Env.NewCLCluster.Common]
#CommonChainConfigTOML = """
#[HeadTracker]
#HistoryDepth = 3000
#
#[GasEstimator]
#PriceMax = '200 gwei'
#LimitDefault = 6000000
#FeeCapDefault = '200 gwei'
#"""

[CCIP.Groups]
[CCIP.Groups.load]
Expand Down

0 comments on commit 1349876

Please sign in to comment.