# StreamPay Channels
Overview:
1. SPAY-FLIX: channel-0 (src)/ channel-4 (dst)
- ibc denom `ibc/F1128F791BB70F817B21847B8FBC3FF965A1ADC86FE65D5EA43B52A490703179`
- http://35.193.252.126:1317/ibc/apps/transfer/v1/denom_traces/F1128F791BB70F817B21847B8FBC3FF965A1ADC86FE65D5EA43B52A490703179
3. SPAY-JUNOX: channel-1 (src)/ channel-8 (dst)
- `ibc/8E2FEFCBD754FA3C97411F0126B9EC76191BAA1B3959CB73CECF396A4037BBF0`
- http://35.193.252.126:1317/ibc/apps/transfer/v1/denom_traces/8E2FEFCBD754FA3C97411F0126B9EC76191BAA1B3959CB73CECF396A4037BBF0
### 1. streampay-1 <--> omniflix-devnet-2
```
Success: Channel {
ordering: Unordered,
a_side: ChannelSide {
chain: ProdChainHandle {
chain_id: ChainId {
id: "streampay-1",
version: 1,
},
runtime_sender: Sender { .. },
},
client_id: ClientId(
"07-tendermint-0",
),
connection_id: ConnectionId(
"connection-0",
),
port_id: PortId(
"transfer",
),
channel_id: Some(
ChannelId(
"channel-0",
),
),
},
b_side: ChannelSide {
chain: ProdChainHandle {
chain_id: ChainId {
id: "omniflix-devnet-2",
version: 2,
},
runtime_sender: Sender { .. },
},
client_id: ClientId(
"07-tendermint-7",
),
connection_id: ConnectionId(
"connection-5",
),
port_id: PortId(
"transfer",
),
channel_id: Some(
ChannelId(
"channel-4",
),
),
},
connection_delay: 0ns,
version: Some(
"ics20-1",
),
}
```
### 2. streampay-1 <--> uni
```
Success: Channel {
ordering: Unordered,
a_side: ChannelSide {
chain: ProdChainHandle {
chain_id: ChainId {
id: "streampay-1",
version: 1,
},
runtime_sender: Sender { .. },
},
client_id: ClientId(
"07-tendermint-1",
),
connection_id: ConnectionId(
"connection-1",
),
port_id: PortId(
"transfer",
),
channel_id: Some(
ChannelId(
"channel-1",
),
),
},
b_side: ChannelSide {
chain: ProdChainHandle {
chain_id: ChainId {
id: "uni",
version: 0,
},
runtime_sender: Sender { .. },
},
client_id: ClientId(
"07-tendermint-18",
),
connection_id: ConnectionId(
"connection-15",
),
port_id: PortId(
"transfer",
),
channel_id: Some(
ChannelId(
"channel-8",
),
),
},
connection_delay: 0ns,
version: Some(
"ics20-1",
),
}
```