trustwallet-assets/blockchains/binance/info/info.json
Daniel 8c949880b1
Fix BNB name, add coin checks to tokenlist validation and tokenlist pairs check (#17195)
* Fix BNB name, add coin checks to tokenlist validation

* Add tokenlist pairs check
2022-01-10 15:32:23 +03:00

32 lines
933 B
JSON

{
"name": "Binance Chain Native Token",
"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"
}
]
}