Skip to content

NFTs with null symbols are not autodiscovered #29386

New issue

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

Closed
nvonpentz opened this issue Mar 29, 2023 · 0 comments · Fixed by brave/brave-core#17818
Closed

NFTs with null symbols are not autodiscovered #29386

nvonpentz opened this issue Mar 29, 2023 · 0 comments · Fixed by brave/brave-core#17818

Comments

@nvonpentz
Copy link

See thread https://bravesoftware.slack.com/archives/C023VS4HJ6Q/p1680024794965019, we are treating symbols as required fields, however they are technically optional for both Ethereum and Solana NFTs. When the SimpleHash NFT discovery response includes a null symbol, let's save it as an empty string and add the token instead of not adding the token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment