Skip to content

Commit

Permalink
relay: canto
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jul 15, 2024
1 parent abf26cf commit 9a58391
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions relay/chains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,10 @@ EOT
# canto_7700-1
export INC_CANTO_7700_1=$(cat <<-EOT
type = "CosmosSdk"
rpc_addr = 'https://canto.gravitychain.io:26657'
grpc_addr = 'https://canto.gravitychain.io:9090'
#rpc_addr = 'https://canto.gravitychain.io:26657'
#grpc_addr = 'https://canto.gravitychain.io:9090'
rpc_addr = 'http://tasks.lb_canto:8000'
grpc_addr = 'http://tasks.lb_canto:8003'
# event_source = { mode = 'push', url = 'wss://canto.gravitychain.io:26657/websocket', batch_delay = '500ms' }
event_source = { mode = 'pull', interval = '1s' }
rpc_timeout = "30s"
Expand Down

0 comments on commit 9a58391

Please sign in to comment.