trustwallet-assets/blockchains/litecoin/info/info.json
Adam R 6d5682e43f
[Internal] Coin info type should be lowercase 'coin' (#11234)
* Coin info type should be lowercase 'coin'

* Make coin info types lowercase 'coin'

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-07-04 07:35:54 +02:00

29 lines
890 B
JSON

{
"name": "Litecoin",
"website": "https://litecoin.org/",
"description": "Litecoin is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world.",
"explorer": "https://blockchair.com/litecoin",
"research": "https://research.binance.com/en/projects/litecoin",
"symbol": "LTC",
"type": "coin",
"decimals": 8,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/litecoin-project/litecoin"
},
{
"name": "twitter",
"url": "https://twitter.com/LitecoinProject"
},
{
"name": "reddit",
"url": "https://reddit.com/r/litecoin"
},
{
"name": "whitepaper",
"url": "https://www.allcryptowhitepapers.com/litecoin-whitepaper/"
}
]
}