From d5212e0ad6159995fe67616aa006005861de4226 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Wed, 24 Mar 2021 16:05:38 -0400 Subject: [PATCH] format configs --- configs/demo/chains/ibc-0.json | 10 +++++++++- configs/demo/chains/ibc-1.json | 10 +++++++++- configs/demo/paths/demo.json | 22 +++++++++++++++++++++- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/configs/demo/chains/ibc-0.json b/configs/demo/chains/ibc-0.json index a5b51cead97..092927a7b61 100644 --- a/configs/demo/chains/ibc-0.json +++ b/configs/demo/chains/ibc-0.json @@ -1 +1,9 @@ -{"key":"testkey","chain-id":"ibc-0","rpc-addr":"http://localhost:26657","account-prefix":"cosmos","gas-adjustment":1.5,"gas-prices":"0.025stake","trusting-period":"336h"} +{ + "key": "testkey", + "chain-id": "ibc-0", + "rpc-addr": "http://localhost:26657", + "account-prefix": "cosmos", + "gas-adjustment": 1.5, + "gas-prices": "0.025stake", + "trusting-period": "336h" +} diff --git a/configs/demo/chains/ibc-1.json b/configs/demo/chains/ibc-1.json index 7386e3c3aea..40322a5672c 100644 --- a/configs/demo/chains/ibc-1.json +++ b/configs/demo/chains/ibc-1.json @@ -1 +1,9 @@ -{"key":"testkey","chain-id":"ibc-1","rpc-addr":"http://localhost:26557","account-prefix":"cosmos","gas-adjustment":1.5,"gas-prices":"0.025stake", "trusting-period":"336h"} +{ + "key": "testkey", + "chain-id": "ibc-1", + "rpc-addr": "http://localhost:26557", + "account-prefix": "cosmos", + "gas-adjustment": 1.5, + "gas-prices": "0.025stake", + "trusting-period": "336h" +} diff --git a/configs/demo/paths/demo.json b/configs/demo/paths/demo.json index 26942c74d1a..3be245258b5 100644 --- a/configs/demo/paths/demo.json +++ b/configs/demo/paths/demo.json @@ -1 +1,21 @@ -{"src":{"chain-id":"ibc-0","client-id":"","connection-id":"","channel-id":"","port-id":"transfer","order":"unordered","version":"ics20-1"},"dst":{"chain-id":"ibc-1","client-id":"","connection-id":"","channel-id":"","port-id":"transfer","order":"unordered","version":"ics20-1"},"strategy":{"type":"naive"}} +{ + "src": { + "chain-id": "ibc-0", + "client-id": "", + "connection-id": "", + "channel-id": "", + "port-id": "transfer", + "order": "unordered", + "version": "ics20-1" + }, + "dst": { + "chain-id": "ibc-1", + "client-id": "", + "connection-id": "", + "channel-id": "", + "port-id": "transfer", + "order": "unordered", + "version": "ics20-1" + }, + "strategy": { "type": "naive" } +}