{"id":25952270,"url":"https://github.com/setprotocol/uniswap-tokenlist","last_synced_at":"2026-03-09T02:32:00.431Z","repository":{"id":38238259,"uuid":"305816736","full_name":"SetProtocol/uniswap-tokenlist","owner":"SetProtocol","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-06T20:01:52.000Z","size":39330,"stargazers_count":20,"open_issues_count":5,"forks_count":131,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-08T11:44:30.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SetProtocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-20T19:46:06.000Z","updated_at":"2024-10-12T13:34:58.000Z","dependencies_parsed_at":"2025-03-04T15:03:03.523Z","dependency_job_id":null,"html_url":"https://github.com/SetProtocol/uniswap-tokenlist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SetProtocol/uniswap-tokenlist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SetProtocol%2Funiswap-tokenlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SetProtocol%2Funiswap-tokenlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SetProtocol%2Funiswap-tokenlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SetProtocol%2Funiswap-tokenlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SetProtocol","download_url":"https://codeload.github.com/SetProtocol/uniswap-tokenlist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SetProtocol%2Funiswap-tokenlist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30280851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:23:26.802Z","status":"ssl_error","status_checked_at":"2026-03-09T02:22:46.175Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-04T14:50:23.697Z","updated_at":"2026-03-09T02:32:00.401Z","avatar_url":"https://github.com/SetProtocol.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍\u0026nbsp;\u0026nbsp;Set-Uniswap Token List\n\nNot sure how to submit a pull request with the changes outlined below? Use our Customisation Request form for a hands off approach.\n\n**[Request Form](https://docs.google.com/forms/d/e/1FAIpQLSeVH39SmQOOl11mDgqDKc1np9ks65giYXye1JYI1T5gSjBGOA/viewform)**\n\n## 🕵️\u0026nbsp;\u0026nbsp;Custom Set Details v0.1\n\nIn order to add your own custom details for your Set, please follow these steps:\n\n1. Get started by forking this repository\n2. Add a new file into the `set-details` folder that is named: `[insert-your-set-address].setdetails.json` (i.e. 0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b.setdetails.json). A template can be found at `set-details/template.setdetails.json`. THIS MUST BE THE CHECKSUMMED ADDRESS.\n4. Be sure to include any required media such as token or manager icons in the `/assets` directory under their respective folders\n5. Verify that the details match the required schema [here](https://github.com/SetProtocol/uniswap-tokenlist/blob/main/set-details.schema.json) by pasting the entire entry into this [schema validator](https://www.jsonschemavalidator.net) and see if your input JSON matches properly. See below if you need multi line descriptions\n6. Create a pull request against the master branch and follow the pull request template to submit the proper signature (signed current version number [i.e. 1] via TokenSets UI)\n7. Join our [Discord](https://discord.gg/p7cHp9CG) and ping a team member to review your submission\n\n#### 🦄\u0026nbsp;\u0026nbsp;Uniswap TokenList Details (Optional)\nTo add your Set details to our Uniswap Tokenlist, add an entry to the details in the `set.tokenlist.json` file, follow other submissions\n\n#### 🛂\u0026nbsp;\u0026nbsp;Generating a Valid Signature\nEach pull request must be accompanied by a valid signature signing the next monotomically increasing version number. To generate a signature:\n1. Head over to your Set page on Tokensets `tokensets.com/v2/set/your_set_address`\n2. Once logged in, the name of your Set should appear in blue with an edit icon\n3. Tap on your Set's name and follow the steps in the popup\n\n#### 📰\u0026nbsp;\u0026nbsp;Multi Line Descriptions\nIf you need to have multi-line JSON, you can use a HJSON converter to help with writing it.\n\n1. Head over to this [tool](https://hjson.github.io/try.html)\n2. On the left pannel, paste your multi line description under the `multiline string` comment, replacing the JSON Haiku\n3. Copy the output from the right pannel under `haiku`, omitting the trailing comma and paste into your `setdetails.json` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetprotocol%2Funiswap-tokenlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsetprotocol%2Funiswap-tokenlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetprotocol%2Funiswap-tokenlist/lists"}