From a4544c8b6cf6327f1bd9e0f933cefa8c26fe42eb Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Sun, 22 Dec 2024 22:47:10 +0000 Subject: [PATCH] Fix Elys coingecko ID (#5749) --- elys/assetlist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elys/assetlist.json b/elys/assetlist.json index ca3f28e82a..c45a64bf18 100644 --- a/elys/assetlist.json +++ b/elys/assetlist.json @@ -32,7 +32,7 @@ "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png" }, - "coingecko_id": "elys", + "coingecko_id": "elys-network", "images": [ { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png" @@ -229,4 +229,4 @@ } } ] -} \ No newline at end of file +}