post-order line draw improvements
This commit is contained in:
@@ -240,7 +240,6 @@ function invertTicker(ticker) {
|
||||
}
|
||||
|
||||
export function lookupSymbol(ticker) { // lookup by ticker which is "0xbaseAddress/0xquoteAddress"
|
||||
// todo tim lookup default base/quote pool
|
||||
const symbols = getAllSymbols();
|
||||
if (!(ticker in symbols)) {
|
||||
// check the inverted symbol
|
||||
|
||||
Reference in New Issue
Block a user