From 1349876b58d5ca62c0654932fd3e424f069b0289 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Fri, 21 Jun 2024 19:51:49 -0700 Subject: [PATCH] revert --- .../testconfig/tomls/scalability.toml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/integration-tests/ccip-tests/testconfig/tomls/scalability.toml b/integration-tests/ccip-tests/testconfig/tomls/scalability.toml index 954f3180f4..872a6ae565 100644 --- a/integration-tests/ccip-tests/testconfig/tomls/scalability.toml +++ b/integration-tests/ccip-tests/testconfig/tomls/scalability.toml @@ -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' @@ -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 @@ -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]