-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added Token Categories Arrays (All Chains but mainnet) #92
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added Arbitrum Nova ERC-1155 categories arrays.
Added Arbitrum Nova ERC-1155 categories arrays.
Added Arbitrum Nova ERC-20 categories arrays.
Added Arbitrum mainnet ERC-1155 categories arrays.
Added Arbitrum mainnet ERC-20 categories arrays.
Added Arbitrum mainnet ERC-721 categories arrays.
Added Astar zkEVM ERC-1155 categories arrays.
Added Astar zkEVM ERC-721 categories arrays.
Added Avalanche testnet ERC-20 categories arrays.
Updated Arbitrum mainnet DAI categories.
Updated Arbitrum Nova DAI categories.
Added Avalanche Testnet ERC-721 categories arrays.
Added Avalanche mainnet ERC-1155 categories arrays.
Added Avalanche mainnet extensions objects and categories arrays.
Added Avalanche mainnet ERC-721 categories arrays.
Added Base mainnet ERC-20 categories arrays.
Added Base mainnet ERC-721 categories arrays.
Added BNB testnet ERC-20 categories arrays.
Added BNB mainnet ERC-20 categories arrays.
Added Gnosis ERC-20 categories arrays.
Added Gnosis ERC-721 categories arrays.
Added Mumbai ERC-1155 categories arrays.
Added Mumbai ERC-20 categories arrays.
Added Mumbai ERC-721 categories arrays.
Added Mumbai misc placeholder / boilerplate.
Began adding Optimism ERC-20 categories arrays.
Continued adding Optimism mainnet ERC-20 categories arrays.
Finished adding Optimism mainnet ERC-20 categories arrays.
Added Polygon zkEVM ERC-1155 categories array.
Added Polygon zkEVM ERC-20 categories arrays.
Added Polygon mainnet ERC-1155 extensions objects and categories arrays.
Started adding Polygon mainnet ERC-20 categories arrays.
Fixed USDT categories arrays
Continued adding Polygon mainnet ERC-20 categories arrays.
Added Rinkeby ERC-1155 categories arrays.
Added Rinkeby ERC-20 categories arrays.
Added Rinkeby ERC-721 categories array.
Added Rinkeby misc extensions object and categories array.
Continued adding Polygon ERC-20 categories arrays.
Continued adding Polygon ERC-20 categories arrays, up to line 3300 completed.
Finished adding Polygon ERC-20 extensions objects and categories arrays.
Researched and added Polygon ERC-721 categories arrays.
MichaelFrazzy
changed the title
Added Token Categories Arrays (Part 1)
Added Token Categories Arrays (All Chains but mainnet)
Jan 11, 2025
Fixed syntax error in Rinkeby misc.json.
Fixed Polygon ERC-721 syntax error.
Fixed Polygon ERC-20 syntax error.
Fixed Polygon ERC-20 syntax errors.
Fixed Polygon ERC-20 syntax errors from categories arrays.
marino39
approved these changes
Jan 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Worked through every indexer JSON token entry and added a new
categories
array (andextensions
object if necessary) for Issue #3715. Identified the type/utilities of each token and determined categories to include from the initial standardized list I created beforehand. Every token received as many category tags as applicable from column A, while only gaming, art, and sometimes gambling related projects received further genre tags from column B within the samecategories
array. Initial tags were also included to easily identify whole ecosystems such as Maker or Synthetix.The ERC-20, ERC-1155, ERC-721, and misc JSONs have been completed for every chain besides mainnet. Each of mainnet's JSONs includes more entries than nearly every other chain combined so will take a while before being pushed as a 2nd PR. Polygon is the 2nd most extensive and was prioritized being already indexed.
Pushing before mainnet completion to prevent Marcin from being blocked and to enable testing with real data.