Skip to content

Commit

Permalink
relay: interval 2s for chain having multiple rpc instances
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jun 30, 2024
1 parent 103d694 commit c3028e8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions relay/chains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ type = "CosmosSdk"
rpc_addr = 'http://tasks.lb_cosmoshub:8000'
grpc_addr = 'http://tasks.lb_cosmoshub:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_cosmoshub:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "30s"
trusted_node = true
account_prefix = "cosmos"
Expand Down Expand Up @@ -296,7 +296,7 @@ type = "CosmosSdk"
rpc_addr = "http://tasks.lb_juno:8000"
grpc_addr = "http://tasks.lb_juno:8003"
# event_source = { mode = 'push', url = 'ws://tasks.lb_juno:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "10s"
trusted_node = true
account_prefix = "juno"
Expand Down Expand Up @@ -419,7 +419,7 @@ type = "CosmosSdk"
rpc_addr = 'http://tasks.lb_osmosis:8000'
grpc_addr = 'http://tasks.lb_osmosis:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_osmosis:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "30s"
trusted_node = true
account_prefix = "osmo"
Expand Down Expand Up @@ -452,7 +452,7 @@ type = "CosmosSdk"
rpc_addr = "http://tasks.lb_quicksilver:8000"
grpc_addr = "http://tasks.lb_quicksilver:8003"
# event_source = { mode = 'push', url = 'ws://tasks.lb_quicksilver:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "10s"
trusted_node = true
account_prefix = "quick"
Expand Down Expand Up @@ -484,7 +484,7 @@ type = "CosmosSdk"
rpc_addr = 'http://tasks.lb_saga:8000'
grpc_addr = 'http://tasks.lb_saga:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_saga:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "30s"
trusted_node = true
account_prefix = "saga"
Expand Down Expand Up @@ -548,7 +548,7 @@ type = "CosmosSdk"
rpc_addr = 'http://tasks.lb_sommelier:8000'
grpc_addr = 'http://tasks.lb_sommelier:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_sommelier:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "30s"
trusted_node = true
account_prefix = "somm"
Expand Down Expand Up @@ -580,7 +580,7 @@ type = "CosmosSdk"
rpc_addr = 'http://tasks.lb_stargaze:8000'
grpc_addr = 'http://tasks.lb_stargaze:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_stargaze:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "30s"
trusted_node = true
account_prefix = "stars"
Expand Down Expand Up @@ -900,7 +900,7 @@ type = "CosmosSdk"
rpc_addr = 'http://tasks.lb_dydx:8000'
grpc_addr = 'http://tasks.lb_dydx:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_dydx:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = "20s"
trusted_node = true
account_prefix = "dydx"
Expand Down Expand Up @@ -1280,7 +1280,7 @@ export INC_REGEN_1=$(cat <<-EOT
rpc_addr = 'http://tasks.lb_regen:8000'
grpc_addr = 'http://tasks.lb_regen:8003'
# event_source = { mode = 'push', url = 'ws://tasks.lb_regen:8000/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'pull', interval = '2s' }
rpc_timeout = '60s'
account_prefix = 'regen'
key_name = 'regen'
Expand Down

0 comments on commit c3028e8

Please sign in to comment.