Skip to content

Commit

Permalink
relay: fix secret endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jul 25, 2024
1 parent c0cebe6 commit 180950b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relay/chains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,9 @@ EOT
# secret-4
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' }
rpc_addr = 'https://rpc.mainnet.secretsaturn.net:443'
grpc_addr = 'http://secretnetwork-mainnet-grpc.autostake.com:9090'
event_source = { mode = 'push', url = 'wss://rpc.mainnet.secretsaturn.net:443/websocket', batch_delay = '500ms' }
# event_source = { mode = 'pull', interval = '1s' }
rpc_timeout = "20s"
trusted_node = true
Expand Down

0 comments on commit 180950b

Please sign in to comment.