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>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "Nominex Token",
|
|
"website": "https://nominex.io/",
|
|
"source_code": "https://github.com/nominex/eth-smart-contracts",
|
|
"description": "NMX is the first decentralized exchange token with automatic market making (AMM) functionality.",
|
|
"explorer": "https://bscscan.com/token/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65",
|
|
"type": "BEP20",
|
|
"symbol": "NMX",
|
|
"decimals": 18,
|
|
"white_paper": "https://nominex.io/docs/nominex-whitepaper.pdf",
|
|
"status": "active",
|
|
"socials": [
|
|
{
|
|
"name": "Telegram",
|
|
"url": "https://t.me/nominex_announcements"
|
|
},
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/NominexExchange"
|
|
},
|
|
{
|
|
"name": "Facebook",
|
|
"url": "https://www.facebook.com/Nominex"
|
|
},
|
|
{
|
|
"name": "LinkedIn",
|
|
"url": "https://linkedin.com/company/14863255"
|
|
}
|
|
],
|
|
"id": "0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65",
|
|
"links": [
|
|
{
|
|
"name": "github",
|
|
"url": "https://github.com/nominex/eth-smart-contracts"
|
|
},
|
|
{
|
|
"name": "twitter",
|
|
"url": "https://twitter.com/NominexExchange"
|
|
},
|
|
{
|
|
"name": "telegram",
|
|
"url": "https://t.me/nominex_announcements"
|
|
},
|
|
{
|
|
"name": "facebook",
|
|
"url": "https://facebook.com/Nominex"
|
|
}
|
|
]
|
|
} |