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

24 lines
883 B
JSON

{
"name": "Avalanche X-Chain",
"website": "http://avax.network",
"description": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains. This is the X-Chain, the default asset blockchain on Avalanche and enables the creation of new assets, exchanging between assets, and cross-subnet transfers.",
"explorer": "https://explorer.avax.network",
"research": "https://research.binance.com/en/projects/avalanche",
"symbol": "AVAX",
"type": "COIN",
"decimals": 9,
"status": "active",
"tags": [
"staking-native"
],
"links": [
{
"name": "github",
"url": "https://github.com/ava-labs"
},
{
"name": "whitepaper",
"url": "https://www.avalabs.org/whitepapers"
}
]
}