From 6efdce35da55c0b6b4545e4b83f72e5f7796cad2 Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Sat, 22 Mar 2025 23:08:46 +0100 Subject: [PATCH] Fix to available static token info --- apps/coin_info/app.js | 2 +- apps/coin_info/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 9acbaa3a8..6d6fa8e08 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -128,7 +128,7 @@ function getChart(period) { // function showLowHigh() { - const title = `L/H ${tokenInfo.symbol}`; + const title = `L/H ${csTokens[ticker]}`; const first = ciLib.formatPriceString(optSpacing.first); const last = ciLib.formatPriceString(optSpacing.last); const low = ciLib.formatPriceString(optSpacing.low); diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 57d9e4f85..28f9b8bf8 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.07.01", + "version": "0.07.02", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",