Skip to content

Commit

Permalink
relay: use ws for secret
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jul 25, 2024
1 parent 2a0fdb1 commit 5913f30
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 @@ -517,8 +517,8 @@ export INC_SECRET_4=$(cat <<-EOT
type = "CosmosSdk"
rpc_addr = 'https://secret-4.api.trivium.network:26657'
grpc_addr = 'https://secretnetwork-grpc.lavenderfive.com:443'
# event_source = { mode = 'push', url = 'wss://secret-4.api.trivium.network:26657/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
event_source = { mode = 'push', url = 'wss://secret-4.api.trivium.network:26657/websocket', batch_delay = '500ms' }
# event_source = { mode = 'pull', interval = '1s' }
rpc_timeout = "20s"
trusted_node = true
account_prefix = "secret"
Expand Down

0 comments on commit 5913f30

Please sign in to comment.