trustwallet-assets/blockchains/binance/info/info.json
Adam R e5a5a0abed
[Internal] Remove source_code, whitepaper fields (#10891)
* Remove all source_code and whitepaper fields (moved to links section)

* Move white_paper fields to links section

* Add checks for source_code, whitepaper fields

* Whitepaper fixes

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 17:49:10 +02:00

32 lines
915 B
JSON

{
"name": "BNB coin",
"website": "https://binance.org/",
"description": "Fast and secure decentralized digital asset exchange. The new crypto currency trading standard is here.",
"explorer": "https://explorer.binance.org/",
"research": "https://research.binance.com/en/projects/bnb",
"symbol": "BNB",
"type": "COIN",
"decimals": 8,
"status": "active",
"tags": [
"staking-native"
],
"links": [
{
"name": "github",
"url": "https://github.com/binance-chain/"
},
{
"name": "twitter",
"url": "https://twitter.com/binance_dex"
},
{
"name": "reddit",
"url": "https://reddit.com/r/BinanceExchange"
},
{
"name": "whitepaper",
"url": "https://www.binance.com/resources/ico/Binance_WhitePaper_en.pdf"
}
]
}