From 443666e5ca80a20d0ca3ef2b4c11bf0388126b3a Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Thu, 30 Jan 2025 19:45:20 -0600 Subject: [PATCH] update clock_drift --- scripts/ci/upgrade/config.toml | 8 ++++---- scripts/ci/upgrade/v1.7/config.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/ci/upgrade/config.toml b/scripts/ci/upgrade/config.toml index c6993fb0b..286dc0675 100644 --- a/scripts/ci/upgrade/config.toml +++ b/scripts/ci/upgrade/config.toml @@ -105,7 +105,7 @@ gas_price = { price = 1, denom = 'ustars' } gas_adjustment = 0.1 max_msg_num = 30 max_tx_size = 2097152 -clock_drift = '900s' +clock_drift = '1200s' trusting_period = '2days' trust_threshold = { numerator = '1', denominator = '3' } address_type = { derivation = 'cosmos' } @@ -125,7 +125,7 @@ gas_price = { price = 0.025, denom = 'stake' } gas_adjustment = 0.1 max_msg_num = 30 max_tx_size = 2097152 -clock_drift = '900s' +clock_drift = '1200s' trusting_period = '2days' trust_threshold = { numerator = '1', denominator = '3' } address_type = { derivation = 'cosmos' } @@ -145,7 +145,7 @@ gas_price = { price = 0.025, denom = 'uosmo' } gas_adjustment = 0.1 max_msg_num = 30 max_tx_size = 2097152 -clock_drift = '900s' +clock_drift = '7200s' trusting_period = '2days' trust_threshold = { numerator = '1', denominator = '3' } address_type = { derivation = 'cosmos' } @@ -165,7 +165,7 @@ gas_price = { price = 0.025, denom = 'stake' } gas_adjustment = 0.1 max_msg_num = 30 max_tx_size = 2097152 -clock_drift = '900s' +clock_drift = '7200s' trusting_period = '2days' trust_threshold = { numerator = '1', denominator = '3' } address_type = { derivation = 'cosmos' } diff --git a/scripts/ci/upgrade/v1.7/config.toml b/scripts/ci/upgrade/v1.7/config.toml index d8950576e..c3441f3c5 100644 --- a/scripts/ci/upgrade/v1.7/config.toml +++ b/scripts/ci/upgrade/v1.7/config.toml @@ -56,8 +56,8 @@ gas_multiplier = 1.1 max_msg_num = 30 max_tx_size = 180000 max_grpc_decoding_size = 33554432 -clock_drift = "900s" -max_block_time = "5s" +clock_drift = "7200s" +max_block_time = "2s" ccv_consumer_chain = false memo_prefix = "" sequential_batch_tx = false