We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Imports #67 issue, and then also
App Data Hex
metadataApi.calculateAppDataHash is not a function
appDataToCid
error: Invalid appData provided: data must NOT have additional properties
It seems that these other Create Document instructions may be the culprit:
Observe the results of these instructions:
const appDataDoc = await metadataApi.generateAppDataDoc({ appDataParams: { appCode: "MY_APP_CODE" }, metadataParams: { referrerParams: "0x123" }, }); console.log(appDataDoc) >
{ appCode: "CoW Swap", metadata: {}, version: "1.3.0", appDataParams: { appCode: "MY_APP_CODE", }, metadataParams: { referrerParams: "0x123", }, }
This would explain some of the errors above:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Imports #67 issue, and then also
App Data Hex
metadataApi.calculateAppDataHash is not a function
appDataToCid
with no suggested replacement.appDataToCid
results inerror: Invalid appData provided: data must NOT have additional properties
appDataToCid
on JSON.stringified appDataDoc results in same error.It seems that these other Create Document instructions may be the culprit:
Observe the results of these instructions:
This would explain some of the errors above:
error: Invalid appData provided: data must NOT have additional properties
The text was updated successfully, but these errors were encountered: