Skip to content

Commit

Permalink
ci(misbehavior-ics): add chain type to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Oct 23, 2023
1 parent 4e7b5ee commit c42de92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/misbehaviour-ics/double_sign_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ enabled = true
[[chains]]
id = "consumer"
type = "CosmosSdk"
rpc_addr = "http://${NODE_IP}:${CRPC_LADDR_PORT}"
event_source = { mode = 'push', url = 'ws://${NODE_IP}:${CRPC_LADDR_PORT}/websocket' , batch_delay = '50ms' }
grpc_addr = "tcp://${NODE_IP}:${CGRPC_LADDR_PORT}"
Expand All @@ -491,6 +492,7 @@ ccv_consumer_chain = true
[[chains]]
id = "provider"
type = "CosmosSdk"
rpc_addr = "http://${NODE_IP}:${PRPC_LADDR_PORT}"
event_source = { mode = 'push', url = 'ws://${NODE_IP}:${PRPC_LADDR_PORT}/websocket' , batch_delay = '50ms' }
grpc_addr = "tcp://${NODE_IP}:${PGRPC_LADDR_PORT}"
Expand Down
4 changes: 4 additions & 0 deletions ci/misbehaviour-ics/light_client_attack_freeze_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ enabled = true
[[chains]]
id = "consumer"
type = "CosmosSdk"
ccv_consumer_chain = true
account_prefix = "cosmos"
clock_drift = "5s"
Expand All @@ -279,6 +280,7 @@ event_source = { mode = 'push', url = 'ws://${NODE_IP}:26648/websocket' , batch_
[[chains]]
id = "provider"
type = "CosmosSdk"
account_prefix = "cosmos"
clock_drift = "5s"
gas_multiplier = 1.1
Expand Down Expand Up @@ -377,6 +379,7 @@ enabled = true
[[chains]]
id = "consumer"
type = "CosmosSdk"
ccv_consumer_chain = true
account_prefix = "cosmos"
clock_drift = "5s"
Expand All @@ -400,6 +403,7 @@ event_source = { mode = 'push', url = 'ws://${NODE_IP}:26638/websocket' , batch_
[[chains]]
id = "provider"
type = "CosmosSdk"
account_prefix = "cosmos"
clock_drift = "5s"
gas_multiplier = 1.1
Expand Down
3 changes: 3 additions & 0 deletions ci/misbehaviour-ics/light_client_attack_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ enabled = true
[[chains]]
id = "consumer"
type = "CosmosSdk"
ccv_consumer_chain = true
account_prefix = "cosmos"
clock_drift = "5s"
Expand All @@ -293,6 +294,7 @@ event_source = { mode = 'push', url = 'ws://${NODE_IP}:26648/websocket' , batch_
[[chains]]
id = "provider"
type = "CosmosSdk"
account_prefix = "cosmos"
clock_drift = "5s"
gas_multiplier = 1.1
Expand Down Expand Up @@ -408,6 +410,7 @@ enabled = true
[[chains]]
id = "consumer"
type = "CosmosSdk"
ccv_consumer_chain = true
account_prefix = "cosmos"
clock_drift = "5s"
Expand Down

0 comments on commit c42de92

Please sign in to comment.