From d82f26069ad22e0d4a23d666e4fd9d2310ecc629 Mon Sep 17 00:00:00 2001 From: CryptoA <82717856+Cryptocool1@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:52:16 +0300 Subject: [PATCH] Add links to MANA token (#11166) * Update info.json * Fixes (sanity and consistency, auto), history Co-authored-by: Cryptocool1 --- .../info.json | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/info.json b/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/info.json index c5378fa41..5b50d1c6f 100644 --- a/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/info.json +++ b/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/info.json @@ -7,5 +7,35 @@ "symbol": "MANA", "decimals": 18, "status": "active", - "id": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" + "id": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942", + "links": [ + { + "name": "github", + "url": "https://github.com/decentraland" + }, + { + "name": "twitter", + "url": "https://twitter.com/decentraland" + }, + { + "name": "reddit", + "url": "https://reddit.com/r/decentraland" + }, + { + "name": "blog", + "url": "https://blog.decentraland.org/" + }, + { + "name": "facebook", + "url": "https://facebook.com/decentraland/" + }, + { + "name": "whitepaper", + "url": "https://decentraland.org/whitepaper.pdf" + }, + { + "name": "coingecko", + "url": "https://coingecko.com/en/coins/decentraland/" + } + ] } \ No newline at end of file