mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
e3d5d8ed79
* 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>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
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.",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/solana",
|
|
"handle": "solana"
|
|
},
|
|
{
|
|
"name": "Reddit",
|
|
"url": "https://www.reddit.com/r/solana",
|
|
"handle": "solana"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
} |