trustwallet-assets/blockchains/vechain/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
936 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "VeChain",
"website": "https://vechain.org",
"description": "VeChain is the worlds leading blockchain platform offering Blockchain-as-a-Service to enterprises for products and information. VeChain strives to build a trust-free and distributed business ecosystem.",
"explorer": "https://insight.vecha.in",
"research": "https://research.binance.com/en/projects/vechain",
"symbol": "VET",
"type": "coin",
"decimals": 18,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/vechain"
},
{
"name": "twitter",
"url": "https://twitter.com/vechainofficial"
},
{
"name": "reddit",
"url": "https://reddit.com/r/vechain"
},
{
"name": "whitepaper",
"url": "https://www.vechain.org/whitepaper/#header"
}
]
}