Fix to available static token info
parent
fb0d08f260
commit
6efdce35da
|
|
@ -128,7 +128,7 @@ function getChart(period) {
|
||||||
|
|
||||||
//
|
//
|
||||||
function showLowHigh() {
|
function showLowHigh() {
|
||||||
const title = `L/H ${tokenInfo.symbol}`;
|
const title = `L/H ${csTokens[ticker]}`;
|
||||||
const first = ciLib.formatPriceString(optSpacing.first);
|
const first = ciLib.formatPriceString(optSpacing.first);
|
||||||
const last = ciLib.formatPriceString(optSpacing.last);
|
const last = ciLib.formatPriceString(optSpacing.last);
|
||||||
const low = ciLib.formatPriceString(optSpacing.low);
|
const low = ciLib.formatPriceString(optSpacing.low);
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "coin_info",
|
{ "id": "coin_info",
|
||||||
"name": "Crypto-Coins Info",
|
"name": "Crypto-Coins Info",
|
||||||
"shortName":"Coins Info",
|
"shortName":"Coins Info",
|
||||||
"version": "0.07.01",
|
"version": "0.07.02",
|
||||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "clkinfo",
|
"tags": "clkinfo",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue