trustwallet-assets/blockchains/solana/info/info.json
Adam R 6572a691df
[Internal] Remove socials sections from info.json's (#10876)
* Remove socials sections from info.json's

* Update error message if socials is present

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 11:24:55 +02:00

27 lines
880 B
JSON

{
"name": "Solana",
"website": "https://solana.com/",
"source_code": "https://github.com/solana-labs",
"white_paper": "https://github.com/solana-labs/whitepaper",
"description": "Solana is the worlds most performant blockchain in the world at 710k transactions per second. 710k TPS is achieved by encoding the passage of time as data.",
"explorer": "https://explorer.solana.com/",
"research": "https://research.binance.com/en/projects/solana",
"symbol": "SOL",
"type": "COIN",
"decimals": 9,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/solana-labs"
},
{
"name": "twitter",
"url": "https://twitter.com/solana"
},
{
"name": "reddit",
"url": "https://reddit.com/r/solana"
}
]
}