This motion will trigger a Transact message on Polkadot to accept&send the HRMP request sent from Equilibrium Network.
The transact will be performed on Polkadot with the following call:
0x1a02083c01db0700003c00db070000e803000000900100
which can be decoded as:
hrmp.hrmpAcceptOpenChannel(
sender: 2,011,
)
hrmp.hrmpInitOpenChannel(
recipient: 2,011,
proposedMaxCapacity: 1,000
proposedMaxMessageSize: 102,400
)
Phala's sovereign account has already got enough deposit to open the channels.