wallet flow; new faucet; placing chart orders works!
This commit is contained in:
@@ -40,7 +40,7 @@ const price = computed(()=>{
|
||||
|
||||
if( route.value ) {
|
||||
subPrices([route.value])
|
||||
subOHLCs( s.chainId.value, [[route.value.pool,'1D']])
|
||||
subOHLCs( s.chainId, [[route.value.pool,'1D']])
|
||||
}
|
||||
else
|
||||
console.log('route is empty: no price')
|
||||
|
||||
Reference in New Issue
Block a user