Skip to content

Commit

Permalink
fix chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Feb 12, 2024
1 parent cc6114d commit 28acb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/hermes-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ccv_consumer_chain = true
type = "CosmosSdk"

[[chains]]
id = 'test-stride'
id = 'stride-test'
rpc_addr = 'http://localhost:32121'
grpc_addr = 'http://localhost:32111'
event_source = { mode = 'push', url = 'ws://localhost:32121/websocket', batch_delay = '500ms' }
Expand All @@ -152,7 +152,7 @@ ccv_consumer_chain = true
type = "CosmosSdk"

[[chains]]
id = 'test-neutron'
id = 'neutron-test'
rpc_addr = 'http://localhost:31321'
grpc_addr = 'http://localhost:31311'
event_source = { mode = 'push', url = 'ws://localhost:31321/websocket', batch_delay = '500ms' }
Expand Down

0 comments on commit 28acb28

Please sign in to comment.