added slash to symbol
This commit is contained in:
@@ -101,7 +101,7 @@ export function feelessTickerKey(ticker) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function addSymbol(chainId, p, base, quote, inverted) {
|
function addSymbol(chainId, p, base, quote, inverted) {
|
||||||
const symbol = base.s + quote.s
|
const symbol = base.s + '/' + quote.s
|
||||||
const exchange = ['UNIv2', 'UNIv3'][p.e]
|
const exchange = ['UNIv2', 'UNIv3'][p.e]
|
||||||
const full_name = exchange + ':' + symbol // + '%' + formatFee(fee)
|
const full_name = exchange + ':' + symbol // + '%' + formatFee(fee)
|
||||||
const ticker = tickerKey(chainId, p.e, base.a, quote.a, p.f)
|
const ticker = tickerKey(chainId, p.e, base.a, quote.a, p.f)
|
||||||
|
|||||||
Reference in New Issue
Block a user