mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
19e8a5c9ab
* Rearrange info field checks. * Fill missing id field in some infos; enable check for filled id field. * Minor script change * Fill missing type field in some infos; enable check for filled type field. * Enable check for filled symbol type. * Enable check for decimals field. * Enable check for filled description field. * Enforce non-empty website field. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
32 lines
937 B
JSON
32 lines
937 B
JSON
{
|
|
"name": "mIAU Token",
|
|
"website": "https://mirror.finance",
|
|
"description": "Wrapped Mirror IAU Token.",
|
|
"explorer": "https://etherscan.io/token/0x1d350417d9787E000cc1b95d70E9536DcD91F373",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/mirror_protocol",
|
|
"handle": "MirrorProtocol"
|
|
},
|
|
{
|
|
"name": "Discord",
|
|
"url": "https://twitter.com/mirror_protocol",
|
|
"handle": "MirrorProtocol"
|
|
},
|
|
{
|
|
"name": "Telegram",
|
|
"url": "https://t.me/mirror_protocol",
|
|
"handle": "MirrorProtocol"
|
|
},
|
|
{
|
|
"name": "Medium",
|
|
"url": "https://medium.com/@mirror-protocol",
|
|
"handle": "MirrorProtocol"
|
|
}
|
|
],
|
|
"type": "ERC20",
|
|
"symbol": "mIAU",
|
|
"decimals": 18,
|
|
"id": "0x1d350417d9787E000cc1b95d70E9536DcD91F373"
|
|
} |