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>
31 lines
884 B
JSON
31 lines
884 B
JSON
{
|
|
"name": "HappyCoin",
|
|
"website": "https://thehappycoin.co",
|
|
"description": "HappyCoin is a BEP20 charity-oriented token that is helping to fight mental illness across the world.",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/the_happy_coin"
|
|
},
|
|
{
|
|
"name": "Telegram",
|
|
"url": "https://t.me/happy_coinTG"
|
|
}
|
|
],
|
|
"explorer": "https://bscscan.com/token/0xb0b924c4a31b7d4581a7f78f57cee1e65736be1d",
|
|
"type": "BEP20",
|
|
"symbol": "HAPPY",
|
|
"decimals": 9,
|
|
"status": "active",
|
|
"id": "0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D",
|
|
"links": [
|
|
{
|
|
"name": "twitter",
|
|
"url": "https://twitter.com/the_happy_coin"
|
|
},
|
|
{
|
|
"name": "telegram",
|
|
"url": "https://t.me/happy_coinTG"
|
|
}
|
|
]
|
|
} |