limit price display fix
This commit is contained in:
@@ -174,7 +174,7 @@ function buildSymbolIndex() {
|
||||
// return str
|
||||
// }
|
||||
|
||||
function invertedDefault(tokenAddrA, tokenAddrB) {
|
||||
export function invertedDefault(tokenAddrA, tokenAddrB) {
|
||||
// lower priority is more important (earlier in the list)
|
||||
const a = tokenMap[tokenAddrA];
|
||||
const b = tokenMap[tokenAddrB];
|
||||
|
||||
Reference in New Issue
Block a user