You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am receiving the following error: An error occurred during the verification process Error: Address: "0x" is an invalid address.
On top of this I am unable to set lsp12IssuedAssetsMap to null:
constdataToEncode={keyName: `LSP12IssuedAssetsMap:<address>`,dynamicKeyParts: assetAddress,// Dynamic part of the key (token's address)value: ["0x"],// Assuming interface ID and index};
I am receiving the following error: An error occurred during the verification process Error: Can not encode tuple key value: 0x. Expecte array of length: 2
ps. also there is a type in the error message.
The text was updated successfully, but these errors were encountered:
This is definitely a bug that should be looked at. It might be worth also thinking if this extends to other schemas with various value types or valueContent
I'm submitting a...
Summary
It's not possible to remove a value at a certain index. When I run this:
I am receiving the following error:
An error occurred during the verification process Error: Address: "0x" is an invalid address.
On top of this I am unable to set lsp12IssuedAssetsMap to null:
I am receiving the following error:
An error occurred during the verification process Error: Can not encode tuple key value: 0x. Expecte array of length: 2
ps. also there is a type in the error message.
The text was updated successfully, but these errors were encountered: