This commit is contained in:
Tim
2024-03-13 17:19:45 -04:00
parent d7e60ad507
commit 142e635458

View File

@@ -113,7 +113,7 @@ function addSymbol(p, base, quote, inverted) {
const type = 'swap'
const pools = [[p.a, p.f]]
_symbols[key] = {
full_name: key, symbol, ticker: full_name, description,
full_name: key, symbol, description,
exchange, type, inverted, base, quote, pools, x:p.x
}
if (defaultSymbol===null)