Fix to available static token info
parent
fb0d08f260
commit
6efdce35da
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue