trustwallet-assets/blockchains/ethereum/assets/0x21cA39943E91d704678F5D00b6616650F066fD63/info.json
Adam R 19e8a5c9ab
[Internal] Extend checking fields in info files. (#5483)
* 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>
2021-02-04 17:47:14 +01:00

32 lines
940 B
JSON

{
"name": "mTSLA Token",
"website": "https://mirror.finance",
"description": "Wrapped Mirror TSLA Token.",
"explorer": "https://etherscan.io/token/0x21cA39943E91d704678F5D00b6616650F066fD63",
"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": "mTSLA",
"decimals": 18,
"id": "0x21cA39943E91d704678F5D00b6616650F066fD63"
}