mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00

* 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
1011 B
JSON
31 lines
1011 B
JSON
{
|
||
"name": "Orakuru",
|
||
"website": "https://orakuru.io/",
|
||
"source_code": "https://github.com/orakurudata",
|
||
"white_paper": "https://orakuru.io/whitepaper.pdf",
|
||
"description": "The Orakuru (ora-ku-ru) is Binance Smart Chain’s community owned and operated Oracle. A trustless feed of prices and off-chain data powering the 3.0. Unstoppable, all-seeing.",
|
||
"socials": [
|
||
{
|
||
"name": "Twitter",
|
||
"url": "https://twitter.com/orakuru_ork",
|
||
"handle": "orakuru_ork"
|
||
}
|
||
],
|
||
"symbol": "ORK",
|
||
"type": "BEP20",
|
||
"decimals": 18,
|
||
"status": "active",
|
||
"explorer": "https://bscscan.com/token/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8",
|
||
"id": "0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8",
|
||
"tags": [],
|
||
"links": [
|
||
{
|
||
"name": "github",
|
||
"url": "https://github.com/orakurudata"
|
||
},
|
||
{
|
||
"name": "twitter",
|
||
"url": "https://twitter.com/orakuru_ork"
|
||
}
|
||
]
|
||
} |