Skip to content

Commit

Permalink
relay: fix chihuahua "failed to collect events: RPC error: serde pars…
Browse files Browse the repository at this point in the history
…e error: missing field `block`"
  • Loading branch information
baabeetaa committed Jun 30, 2024
1 parent d1be5d4 commit f2dd7b3
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 @@ -135,8 +135,8 @@ export INC_CHIHUAHUA_1=$(cat <<-EOT
type = "CosmosSdk"
rpc_addr = 'http://tasks.lb_chihuahua:8000'
grpc_addr = 'http://tasks.lb_chihuahua:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_chihuahua:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'push', url = 'ws://tasks.lb_chihuahua:8000/websocket', batch_delay = '500ms' }
# event_source = { mode = 'pull', interval = '1s' }
rpc_timeout = "30s"
trusted_node = true
account_prefix = "chihuahua"
Expand Down

0 comments on commit f2dd7b3

Please sign in to comment.