Skip to content

Commit

Permalink
relay: fix compat_mode for narwhal-2 and cosmoshub-testnet2
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jun 16, 2024
1 parent 3cc0eac commit f86d45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay/chains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ trusting_period = '32hours'
ccv_consumer_chain = false
memo_prefix = "relayed by Notional.Ventures"
sequential_batch_tx = false
compat_mode = '0.34'
compat_mode = '0.37'
event_source = { mode = 'push', url = 'ws://tasks.lb_cosmoshub-testnet2:8000/websocket', batch_delay = '500ms' }
trust_threshold = { numerator = '1', denominator = '3' }
gas_price = { price = 0.005, denom = 'uatom' }
Expand Down Expand Up @@ -1368,7 +1368,7 @@ trusting_period = '16hours'
ccv_consumer_chain = false
memo_prefix = "relayed by Notional.Ventures"
sequential_batch_tx = false
compat_mode = '0.34'
compat_mode = '0.37'
trust_threshold = { numerator = '1', denominator = '3' }
gas_price = { price = 0.25, denom = 'uwhale' }
address_type = { derivation = 'cosmos' }
Expand Down

0 comments on commit f86d45e

Please sign in to comment.