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
Hi,
One of the tokens in the master branch is causing all PRs to fail. Here is the snippet from the build logs (build 10.X):
FAIL test/token-metadata/metadata.test.js (54.782 s) ● metadata.json › 0x967da4048cD07aB37855c090aAF366e4ce1b9F48 › metadata.json › should only have valid fields expect(received).toBe(expected) // Object.is equality Expected: true Received: false 80 | it("should only have valid fields", () => { 81 | const fields = metadata.socialLinks.map(({ type }) => type); > 82 | expect(fields.every(field => VALID_SOCIAL_LINK_FIELDS.includes(field.toLowerCase()))).toBe(true); | ^ 83 | }) 84 | 85 | if (metadata.twitter) { at Object.it (test/token-metadata/metadata.test.js:82:119)
OCEAN has a github type social link which isn't supported in the tests.
github
https://github.com/defi-wikis/defi-tokens-wiki/blob/master/token-metadata/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/metadata.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
One of the tokens in the master branch is causing all PRs to fail. Here is the snippet from the build logs (build 10.X):
OCEAN has a
github
type social link which isn't supported in the tests.https://github.com/defi-wikis/defi-tokens-wiki/blob/master/token-metadata/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/metadata.json
The text was updated successfully, but these errors were encountered: