trustwallet-assets/blockchains/digibyte/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

39 lines
1.2 KiB
JSON

{
"name": "DigiByte",
"website": "http://digibyte.io",
"source_code": "https://github.com/DigiByte-Core",
"white_paper": "https://www.digibyte.io/digibyte-blockchain-faq",
"description": "DigiByte is a blockchain which focusses mainly on cybersecurity and fast transactions. Its blockrate of 1 block per 15 seconds makes it one of the fastest blockchains today.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/DigiByteCoin",
"handle": "DigiByteCoin"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/Digibyte",
"handle": "Digibyte"
}
],
"explorer": "https://digiexplorer.info/",
"research": "https://research.binance.com/en/projects/digibyte",
"symbol": "DGB",
"type": "COIN",
"decimals": 8,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/DigiByte-Core"
},
{
"name": "twitter",
"url": "https://twitter.com/DigiByteCoin"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Digibyte"
}
]
}