From 68e4649de100f9f061008e7be0e30b9682ef0ac4 Mon Sep 17 00:00:00 2001 From: JeremyParish69 <95667791+JeremyParish69@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:18:17 -0600 Subject: [PATCH] fix img urls (#593) to point to local repo --- crescent/assetlist.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crescent/assetlist.json b/crescent/assetlist.json index 8ae3c605aa..98d3c54e63 100644 --- a/crescent/assetlist.json +++ b/crescent/assetlist.json @@ -21,8 +21,8 @@ "display": "cre", "symbol": "CRE", "logo_URIs": { - "png": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/CRE.png", - "svg": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/CRE.svg" + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg" }, "coingecko_id": "crescent-network" }, @@ -45,10 +45,10 @@ "display": "bcre", "symbol": "bCRE", "logo_URIs": { - "png": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/bCRE.png", - "svg": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/bCRE.svg" + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg" }, "coingecko_id": "crescent-network" } ] -} \ No newline at end of file +}