Hi, I am getting this validation error while creating streams. This is really weird and when I retry the same code to register multiple times, it is being registered.
There is something wrong here
Moralis SDK Core Error: [C0006] Request failed, Unprocessable Entity(422): Validation Failed {“requestBody.abi”:{“message”:“Could not match the union against any of the items. Issues: [{“inputs.$0.abi.0.inputs.0.type”:{“message”:”\“abi.0.inputs.0.type\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.0.type”},“inputs.$0.abi.0.inputs.0.name”:{“message”:"\“abi.0.inputs.0.name\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.0.name”},“inputs.$0.abi.0.inputs.0.internalType”:{“message”:"\“abi.0.inputs.0.internalType\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.0.internalType”},“inputs.$1.abi.0.inputs.1.type”:{“message”:"\“abi.0.inputs.1.type\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.1.type”},“inputs.$1.abi.0.inputs.1.name”:{“message”:"\“abi.0.inputs.1.name\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.1.name”},“inputs.$1.abi.0.inputs.1.internalType”:{“message”:"\“abi.0.inputs.1.internalType\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.1.internalType”},“inputs.$2.abi.0.inputs.2.type”:{“message”:"\“abi.0.inputs.2.type\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.2.type”},“inputs.$2.abi.0.inputs.2.name”:{“message”:"\“abi.0.inputs.2.name\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.2.name”},“inputs.$2.abi.0.inputs.2.internalType”:{“message”:"\“abi.0.inputs.2.internalType\” is an excess property and therefore is not allowed",“value”:“abi.0.inputs.2.internalType”},“abi.$0.abi.0.type”:{“message”:"\“abi.0.type\” is an excess property and therefore is not allowed",“value”:“abi.0.type”},“abi.$0.abi.0.name”:{“message”:"\“abi.0.name\” is an excess property and therefore is not allowed",“value”:“abi.0.name”}},{“requestBody.abi”:{“message”:“should be one of the following; [null]”,“value”:[{“anonymous”:false,“inputs”:[{“indexed”:true,“internalType”:“address”,“name”:“by”,“type”:“address”,“abi.0.inputs.0.type”:“address”,“abi.0.inputs.0.name”:“by”,“abi.0.inputs.0.internalType”:“address”},{“indexed”:true,“internalType”:“uint256”,“name”:“arcadianId”,“type”:“uint256”,“abi.0.inputs.1.type”:“uint256”,“abi.0.inputs.1.name”:“arcadianId”,“abi.0.inputs.1.internalType”:“uint256”},{“indexed”:false,“internalType”:“uint8[]”,“name”:“slotsIds”,“type”:“uint8[]”,“abi.0.inputs.2.type”:“uint8[]”,“abi.0.inputs.2.name”:“slotsIds”,“abi.0.inputs.2.internalType”:“uint8[]”}],“name”:“ItemsUnequipped”,“type”:“event”,“abi.0.type”:“event”,“abi.0.name”:“ItemsUnequipped”}]}}]",“value”:[{“anonymous”:false,“inputs”:[{“indexed”:true,“internalType”:“address”,“name”:“by”,“type”:“address”,“abi.0.inputs.0.type”:“address”,“abi.0.inputs.0.name”:“by”,“abi.0.inputs.0.internalType”:“address”},{“indexed”:true,“internalType”:“uint256”,“name”:“arcadianId”,“type”:“uint256”,“abi.0.inputs.1.type”:“uint256”,“abi.0.inputs.1.name”:“arcadianId”,“abi.0.inputs.1.internalType”:“uint256”},{“indexed”:false,“internalType”:“uint8[]”,“name”:“slotsIds”,“type”:“uint8[]”,“abi.0.inputs.2.type”:“uint8[]”,“abi.0.inputs.2.name”:“slotsIds”,“abi.0.inputs.2.internalType”:“uint8[]”}],“name”:“ItemsUnequipped”,“type”:“event”,“abi.0.type”:“event”,“abi.0.name”:“ItemsUnequipped”}]}}