diff --git a/guide/src/templates/files/hermes/more-chains/config_with_filters.toml b/guide/src/templates/files/hermes/more-chains/config_with_filters.toml index 59899f8b91..e17575bd0f 100644 --- a/guide/src/templates/files/hermes/more-chains/config_with_filters.toml +++ b/guide/src/templates/files/hermes/more-chains/config_with_filters.toml @@ -27,6 +27,7 @@ port = 3001 [[chains]] id = 'ibc-0' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27050' grpc_addr = 'http://localhost:27052' event_source = { mode = 'push', url = 'ws://localhost:27050/websocket', batch_delay = '500ms' } @@ -49,6 +50,7 @@ list = [ [[chains]] id = 'ibc-1' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27060' grpc_addr = 'http://localhost:27062' event_source = { mode = 'push', url = 'ws://localhost:27060/websocket', batch_delay = '500ms' } @@ -72,6 +74,7 @@ list = [ [[chains]] id = 'ibc-2' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27070' grpc_addr = 'http://localhost:27072' event_source = { mode = 'push', url = 'ws://localhost:27070/websocket', batch_delay = '500ms' } @@ -94,6 +97,7 @@ list = [ [[chains]] id = 'ibc-3' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27080' grpc_addr = 'http://localhost:27082' event_source = { mode = 'push', url = 'ws://localhost:27080/websocket', batch_delay = '500ms' } @@ -112,4 +116,4 @@ policy = 'allow' list = [ ['transfer', 'channel-0'], ['transfer', 'channel-2'], -] \ No newline at end of file +] diff --git a/guide/src/templates/files/hermes/more-chains/config_without_filters.toml b/guide/src/templates/files/hermes/more-chains/config_without_filters.toml index fff4a5100d..0289ec9234 100644 --- a/guide/src/templates/files/hermes/more-chains/config_without_filters.toml +++ b/guide/src/templates/files/hermes/more-chains/config_without_filters.toml @@ -27,6 +27,7 @@ port = 3001 [[chains]] id = 'ibc-0' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27050' grpc_addr = 'http://localhost:27052' event_source = { mode = 'push', url = 'ws://localhost:27050/websocket', batch_delay = '500ms' } @@ -42,6 +43,7 @@ trust_threshold = { numerator = '1', denominator = '3' } [[chains]] id = 'ibc-1' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27060' grpc_addr = 'http://localhost:27062' event_source = { mode = 'push', url = 'ws://localhost:27060/websocket', batch_delay = '500ms' } @@ -57,6 +59,7 @@ trust_threshold = { numerator = '1', denominator = '3' } [[chains]] id = 'ibc-2' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27070' grpc_addr = 'http://localhost:27072' event_source = { mode = 'push', url = 'ws://localhost:27070/websocket', batch_delay = '500ms' } @@ -72,6 +75,7 @@ trust_threshold = { numerator = '1', denominator = '3' } [[chains]] id = 'ibc-3' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27080' grpc_addr = 'http://localhost:27082' event_source = { mode = 'push', url = 'ws://localhost:27080/websocket', batch_delay = '500ms' } @@ -83,4 +87,4 @@ gas_price = { price = 0.01, denom = 'stake' } max_gas = 10000000 clock_drift = '5s' trusting_period = '14days' -trust_threshold = { numerator = '1', denominator = '3' } \ No newline at end of file +trust_threshold = { numerator = '1', denominator = '3' } diff --git a/guide/src/templates/files/hermes/more-chains/hermes_second_instance.toml b/guide/src/templates/files/hermes/more-chains/hermes_second_instance.toml index 3d50e4836a..b8cd0c766c 100644 --- a/guide/src/templates/files/hermes/more-chains/hermes_second_instance.toml +++ b/guide/src/templates/files/hermes/more-chains/hermes_second_instance.toml @@ -27,6 +27,7 @@ port = 3002 [[chains]] id = 'ibc-0' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27050' grpc_addr = 'http://localhost:27052' event_source = { mode = 'push', url = 'ws://localhost:27050/websocket', batch_delay = '500ms' } @@ -48,6 +49,7 @@ list = [ [[chains]] id = 'ibc-1' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27060' grpc_addr = 'http://localhost:27062' event_source = { mode = 'push', url = 'ws://localhost:27060/websocket', batch_delay = '500ms' } @@ -70,6 +72,7 @@ list = [ [[chains]] id = 'ibc-2' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27070' grpc_addr = 'http://localhost:27072' event_source = { mode = 'push', url = 'ws://localhost:27070/websocket', batch_delay = '500ms' } @@ -91,6 +94,7 @@ list = [ [[chains]] id = 'ibc-3' +type = 'CosmosSdk' rpc_addr = 'http://localhost:27080' grpc_addr = 'http://localhost:27082' event_source = { mode = 'push', url = 'ws://localhost:27080/websocket', batch_delay = '500ms' } @@ -108,4 +112,4 @@ trust_threshold = { numerator = '1', denominator = '3' } policy = 'allow' list = [ ['transfer', 'channel-1'], -] \ No newline at end of file +]