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

* Add status field to all info files (where missing, with value active). * Enforce check for field status. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
24 lines
735 B
JSON
24 lines
735 B
JSON
{
|
|
"name": "UTU Coin",
|
|
"website": "http://protocol.utu.io/",
|
|
"source_code": "https://github.com/utu-protocol/",
|
|
"description": "Utility token that powers the trust infrastructure of the internet.",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/UTU_trust",
|
|
"handle": "UTU_trust"
|
|
},
|
|
{
|
|
"name": "Telegram",
|
|
"url": "https://t.me/UTUtrust",
|
|
"handle": "UTUtrust"
|
|
}
|
|
],
|
|
"explorer": "https://etherscan.io/token/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B",
|
|
"type": "ERC20",
|
|
"symbol": "UTU",
|
|
"decimals": 18,
|
|
"status": "active",
|
|
"id": "0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B"
|
|
} |