This is a retry of motion #52. It failed because it wrongly set a proposedMaxCapacity of 10000 while the max allowed value is 1000. In this motion, we have changed batchAll to batch (to at least enable some error message if there's anything wrong), and fixed the max capacity parameter.
This motion will accept the pending HRMP request from Karura and send a request to Karura to open the two way channel as well.
Proposal:
0x210001010002140004000000000700e876481713000000000700e876481700060003009435775c1800083c01d00700003c00d0070000e803000000900100140d010100000000040001010070617261d4070000000000000000000000000000000000000000000000000000
Embedded transact call:
0x1800083c01d00700003c00d0070000e803000000900100
Decoded:
utility.batch([
hrmp.hrmpAcceptOpenChannel(2000),
hrmp.hrmpInitOpenChannel(
recipient: 2000,
proposedMaxCapacity: 1000,
proposedMaxMessageSize: 102400,
])