From 9e74959c8477c04ff0a2a0863c8cf360ef800132 Mon Sep 17 00:00:00 2001 From: Nazar <85495047+cryptomanz@users.noreply.github.com> Date: Sat, 3 Jul 2021 12:48:33 +0300 Subject: [PATCH] Add links to YFI token (#11160) * Update info.json * 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/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/info.json b/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/info.json index 865ca737f..af28fcb32 100644 --- a/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/info.json +++ b/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/info.json @@ -8,5 +8,31 @@ "symbol": "YFI", "decimals": 18, "status": "active", - "id": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" + "id": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e", + "links": [ + { + "name": "github", + "url": "https://github.com/iearn-finance" + }, + { + "name": "twitter", + "url": "https://twitter.com/iearnfinance" + }, + { + "name": "blog", + "url": "https://medium.com/iearn" + }, + { + "name": "telegram", + "url": "https://t.me/iearnfinance" + }, + { + "name": "whitepaper", + "url": "https://docs.yearn.finance/" + }, + { + "name": "coingecko", + "url": "https://coingecko.com/en/coins/yearn-finance/" + } + ] } \ No newline at end of file