From 8fef26481ff66404ce8f511f436d72ae37959469 Mon Sep 17 00:00:00 2001 From: Nazar <85495047+cryptomanz@users.noreply.github.com> Date: Sat, 3 Jul 2021 15:52:57 +0300 Subject: [PATCH] Add links to SNX token (#11177) * Update info.json * Fixes (sanity and consistency, auto), history Co-authored-by: cryptomanz --- .../info.json | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/info.json b/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/info.json index 01b2c8546..2f1956a54 100644 --- a/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/info.json +++ b/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/info.json @@ -8,5 +8,31 @@ "symbol": "SNX", "decimals": 18, "status": "active", - "id": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" + "id": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404", + "links": [ + { + "name": "github", + "url": "https://github.com/Synthetixio/synthetix" + }, + { + "name": "twitter", + "url": "https://twitter.com/synthetix_io" + }, + { + "name": "reddit", + "url": "https://reddit.com/r/synthetix_io/" + }, + { + "name": "blog", + "url": "https://blog.havven.io/" + }, + { + "name": "whitepaper", + "url": "https://synthetix.io/uploads/havven_whitepaper.pdf" + }, + { + "name": "coingecko", + "url": "https://coingecko.com/en/coins/havven/" + } + ] } \ No newline at end of file