LIPs
LIPs copied to clipboard
modify LSP6 executeRelayCall specs with LSP6 signer prefix + add msg.value in data to sign
What does this PR introduce?
Edit the requirements section under LSP6 > executeRelayCall(...)
.
- The payload for
executeRelayCall(...)
MUST now be signed using the"\x19LSP6 ExecuteRelayCall:\n" + len(message) + message
prefix. - add example on how to generate the signature.
- The data to sign for
executeRelayCall(...)
MUST now includemsg.value