mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
(no commit message provided)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user