mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
5a4dfb324a
* Handle fields, 1 * Few more fields * Discord field, fixes * Facebook, youtube fields * Telegram_news, docs, ignored fields * New fields Coinmarketcap & coingecko, better handling of handles. * Code to commit links into info.json, commented out * Add checks for new links fields * Minor log fixes * Extra check for URLs must start with https:// * Duplicate info from 'socials' to 'links'. * Fix for one links (was not array) * Revert asset-infos, except checking * Lint fix * Fix discord.gg .com//invite links * Add error for lone socials section (w/o links) * Remove empty socials section * Manual fix of some socials sections. * Check for invalid fields in links. * Lint fix Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "MustangToken",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/Mustangtoken"
|
|
},
|
|
{
|
|
"name": "Telegram",
|
|
"url": "https://t.me/MustangToken"
|
|
},
|
|
{
|
|
"name": "Reddit",
|
|
"url": "https://www.reddit.com/r/Mustangtoken/"
|
|
}
|
|
],
|
|
"type": "BEP20",
|
|
"symbol": "MUST",
|
|
"decimals": 9,
|
|
"website": "https://mustangtoken.net",
|
|
"description": "Mustangtoken is a progressive auto-staking token that pays out rewards just for holding it within your wallet! Half of each fee is reflected back to holders, and the other half is added to the BNB/Snowge Liquidity Pool.",
|
|
"explorer": "https://bscscan.com/token/0xa042d20abe198e516d885da52a633b6d44f339b9",
|
|
"status": "active",
|
|
"id": "0xa042d20aBE198E516d885Da52a633B6D44F339B9",
|
|
"links": [
|
|
{
|
|
"name": "twitter",
|
|
"url": "https://twitter.com/Mustangtoken"
|
|
},
|
|
{
|
|
"name": "telegram",
|
|
"url": "https://t.me/MustangToken"
|
|
},
|
|
{
|
|
"name": "reddit",
|
|
"url": "https://reddit.com/r/Mustangtoken/"
|
|
}
|
|
]
|
|
} |