Skip to content

Commit

Permalink
relayer-rest(tests): add chain type to mock config
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Oct 13, 2023
1 parent 8f02d10 commit 44032e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/relayer-rest/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async fn get_chains() {

const MOCK_CHAIN_CONFIG: &str = r#"
id = 'mock-0'
type = 'CosmosSdk'
rpc_addr = 'http://127.0.0.1:26557'
grpc_addr = 'http://127.0.0.1:9091'
event_source = { mode = 'push', url = 'ws://127.0.0.1:26557/websocket', batch_delay = '500ms' }
Expand Down

0 comments on commit 44032e5

Please sign in to comment.