From e96683005b48b61501af0738403c6752c2f67501 Mon Sep 17 00:00:00 2001 From: Nazar <85495047+cryptomanz@users.noreply.github.com> Date: Sat, 3 Jul 2021 16:11:39 +0300 Subject: [PATCH] Add links to CRV token (#11180) * 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/0xD533a949740bb3306d119CC777fa900bA034cd52/info.json b/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/info.json index eee9d9bc4..8e18ffcc3 100644 --- a/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/info.json +++ b/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/info.json @@ -8,5 +8,23 @@ "symbol": "CRV", "decimals": 18, "status": "active", - "id": "0xD533a949740bb3306d119CC777fa900bA034cd52" + "id": "0xD533a949740bb3306d119CC777fa900bA034cd52", + "links": [ + { + "name": "github", + "url": "https://github.com/curvefi/curve-contract" + }, + { + "name": "twitter", + "url": "https://twitter.com/CurveFinance" + }, + { + "name": "telegram", + "url": "https://t.me/curvefi" + }, + { + "name": "coingecko", + "url": "https://coingecko.com/en/coins/curve-dao-token/" + } + ] } \ No newline at end of file