An example of this can be seen here where the GeneralKey junction is an array ([{"generalKey": {"length": 2, "data": "0x0101000000000000000000000000000000000000000000000000000000000000"}}] when it should be the second index of the X2 Junctions type as an object {"generalKey": {"length": 2, "data": "0x0101000000000000000000000000000000000000000000000000000000000000"}}
It seems the following commits have introduced invalid xcm junctions to some xcmV1MultiLocations:
An example of this can be seen here where the
GeneralKey
junction is an array ([{"generalKey": {"length": 2, "data": "0x0101000000000000000000000000000000000000000000000000000000000000"}}]
when it should be the second index of theX2
Junctions type as an object{"generalKey": {"length": 2, "data": "0x0101000000000000000000000000000000000000000000000000000000000000"}}