(no commit message provided)

This commit is contained in:
Prad Nukala
2024-07-05 22:20:13 -04:00
committed by Prad Nukala (aider)
commit 5fd43dfd6b
457 changed files with 115535 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
{
"start_time": 1715665827,
"chains": [
{
"chain_id": "chainid-1",
"chain_name": "chainid-1",
"rpc_address": "http://0.0.0.0:26657",
"rest_address": "http://0.0.0.0:1317",
"grpc_address": "0.0.0.0:9090",
"p2p_address": "0.0.0.0:52887",
"ibc_paths": [
"ibc-connection-1"
]
},
{
"chain_id": "localcosmos-1",
"chain_name": "localcosmos-1",
"rpc_address": "http://0.0.0.0:52884",
"rest_address": "http://0.0.0.0:52881",
"grpc_address": "0.0.0.0:52885",
"p2p_address": "0.0.0.0:52883",
"ibc_paths": [
"ibc-connection-1"
]
}
],
"ibc_channels": [
{
"chain_id": "chainid-1",
"channel": {
"state": "STATE_OPEN",
"ordering": "ORDER_UNORDERED",
"counterparty": {
"port_id": "transfer",
"channel_id": "channel-0"
},
"connection_hops": [
"connection-0"
],
"version": "ics20-1",
"port_id": "transfer",
"channel_id": "channel-0"
}
},
{
"chain_id": "localcosmos-1",
"channel": {
"state": "STATE_OPEN",
"ordering": "ORDER_UNORDERED",
"counterparty": {
"port_id": "transfer",
"channel_id": "channel-0"
},
"connection_hops": [
"connection-0"
],
"version": "ics20-1",
"port_id": "transfer",
"channel_id": "channel-0"
}
}
]
}