Add links NuCypher (#12922)

* Update info.json

* Fixes (sanity and consistency, auto), history

Co-authored-by: cryptomanz <cryptomanz@users.noreply.github.com>
This commit is contained in:
Nazar 2021-08-20 11:44:45 +03:00 committed by GitHub
parent 20b200e03e
commit 24fcfd5822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/"
}
]
}