Skip to content

Commit

Permalink
update clock_drift
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 31, 2025
1 parent a5ca15c commit 443666e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions scripts/ci/upgrade/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand All @@ -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' }
Expand All @@ -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' }
Expand All @@ -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' }
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci/upgrade/v1.7/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 443666e

Please sign in to comment.