From 24fcfd58224ac4b0ef0e35ae5358ca3edf61fe4b Mon Sep 17 00:00:00 2001 From: Nazar Date: Fri, 20 Aug 2021 11:44:45 +0300 Subject: [PATCH] Add links NuCypher (#12922) * Update info.json * Fixes (sanity and consistency, auto), history Co-authored-by: cryptomanz --- .../info.json | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/info.json b/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/info.json index 8e5b1eb5f..efb075237 100644 --- a/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/info.json +++ b/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/info.json @@ -1,5 +1,5 @@ { - "name": "NuCypher (NU)", + "name": "NuCypher", "type": "ERC20", "symbol": "NU", "decimals": 18, @@ -7,5 +7,27 @@ "description": "NuCypher is a decentralized threshold cryptography network.", "explorer": "https://etherscan.io/token/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc", "status": "active", - "id": "0x4fE83213D56308330EC302a8BD641f1d0113A4Cc" + "id": "0x4fE83213D56308330EC302a8BD641f1d0113A4Cc", + "links": [ + { + "name": "github", + "url": "https://github.com/nucypher/" + }, + { + "name": "twitter", + "url": "https://twitter.com/nucypher" + }, + { + "name": "telegram", + "url": "https://t.me/nucypher" + }, + { + "name": "coingecko", + "url": "https://coingecko.com/en/coins/nucypher/" + }, + { + "name": "coinmarketcap", + "url": "https://coinmarketcap.com/currencies/nucypher/" + } + ] } \ No newline at end of file