This motion will trigger two Transact message on Kusama to accept&send the HRMP request sent from InvArch Tinkernet.
The first transact will be performed on Kusama with the following call:
0x3c014d080000
which can be decoded as:
hrmp.hrmpAcceptOpenChannel(
sender: 2,125,
)
The second transact will be performed on Kusama with the call:
0x3c004d080000e803000000900100
which can be decoded as:
hrmp.hrmpInitOpenChannel(
recipient: 2,125,
proposedMaxCapacity: 1,000
proposedMaxMessageSize: 102,400
)
Khala's sovereign account has already got enough deposit to open the channels.