new pool selection dialog and liquidity

This commit is contained in:
tim
2025-03-30 21:50:24 -04:00
parent 0392e70b78
commit 0442b08623
11 changed files with 232 additions and 62 deletions

View File

@@ -75,7 +75,7 @@ function changeSymbol(symbol) {
console.log('changeSymbol', symbol)
os.tokenA = symbol.base
os.tokenB = symbol.quote
routeFinder.invoke()
// routeFinder.invoke()
}