trustwallet-assets/blockchains/polygon/info/info.json
Adam R e3d5d8ed79
[Internal] Coin info's: Include in checks; perform socials->links migration (#10707)
* Include coin info.json's in checks as well

* Put all chain coin cheks into one check step

* Socials->links adaptation in coin info.json's

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-25 11:12:11 +02:00

40 lines
1.4 KiB
JSON

{
"name": "Polygon",
"website": "https://polygon.technology/",
"source_code": "https://github.com/celo-org/celo-blockchain",
"white_paper": "https://github.com/maticnetwork/whitepaper",
"short_description": "Polygon (Matic) strives to solve the scalability and usability issues, while not compromising on decentralization and leveraging the existing developer community and ecosystem",
"description": "Polygon (Matic) strives to solve the scalability and usability issues, while not compromising on decentralization and leveraging the existing developer community and ecosystem",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/0xPolygon",
"handle": "0xPolygon"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/maticnetwork/",
"handle": "maticnetwork"
}
],
"explorer": "https://explorer.matic.network/",
"research": "https://docs.matic.network/",
"type": "COIN",
"symbol": "MATIC",
"decimals": 18,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/celo-org/celo-blockchain"
},
{
"name": "twitter",
"url": "https://twitter.com/0xPolygon"
},
{
"name": "reddit",
"url": "https://reddit.com/r/maticnetwork/"
}
]
}