Skip to content

Commit

Permalink
ci(misbehavior): edit config of forked chain
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Oct 13, 2023
1 parent 44032e5 commit 0a09a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/misbehaviour/config_fork.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ port = 3001
# Specify the chain ID. Required
id = 'ibc-0'

# Specify the chain type, currently only 'CosmosSdk' is supported.
type = 'CosmosSdk'

# Specify the RPC address and port where the chain RPC server listens on. Required
rpc_addr = 'http://127.0.0.1:26657'

Expand Down Expand Up @@ -298,6 +301,7 @@ memo_prefix = ''

[[chains]]
id = 'ibc-1'
type = 'CosmosSdk'
rpc_addr = 'http://127.0.0.1:26457'
grpc_addr = 'http://127.0.0.1:9092'
event_source = { mode = 'push', url = 'ws://127.0.0.1:26457/websocket', batch_delay = '500ms' }
Expand Down

0 comments on commit 0a09a0c

Please sign in to comment.