From c247f003a78a6b1a878fdc7bab112e854e97a61a Mon Sep 17 00:00:00 2001 From: Nazar <85495047+cryptomanz@users.noreply.github.com> Date: Sat, 3 Jul 2021 09:58:54 +0300 Subject: [PATCH] Add links to MKR token (#11142) * Update info.json * Fixes (sanity and consistency, auto), history Co-authored-by: cryptomanz --- .../info.json | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/info.json b/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/info.json index 829882510..90d90c74d 100644 --- a/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/info.json +++ b/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/info.json @@ -8,5 +8,23 @@ "symbol": "MKR", "decimals": 18, "status": "active", - "id": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" + "id": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2", + "links": [ + { + "name": "blog", + "url": "https://blog.makerdao.com/" + }, + { + "name": "whitepaper", + "url": "https://makerdao.com/assets/documents/purple.pdf" + }, + { + "name": "reddit", + "url": "https://reddit.com/r/MakerDAO/" + }, + { + "name": "coingecko", + "url": "https://coingecko.com/en/coins/maker/" + } + ] } \ No newline at end of file