Skip to content

Commit

Permalink
format configs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Mar 24, 2021
1 parent 2887ee0 commit d5212e0
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
10 changes: 9 additions & 1 deletion configs/demo/chains/ibc-0.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 9 additions & 1 deletion configs/demo/chains/ibc-1.json
Original file line number Diff line number Diff line change
@@ -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"
}
22 changes: 21 additions & 1 deletion configs/demo/paths/demo.json
Original file line number Diff line number Diff line change
@@ -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" }
}

0 comments on commit d5212e0

Please sign in to comment.