initial chart checkin
This commit is contained in:
@@ -241,7 +241,7 @@ function describeTrancheLine(st, isMin, b, m) {
|
||||
const t0 = inverted ? st.order.tokenIn : st.order.tokenOut
|
||||
const t1 = !inverted ? st.order.tokenIn : st.order.tokenOut
|
||||
if( m !== 0 ) {
|
||||
const limit = b + m * s.time
|
||||
const limit = b + m * s.clock
|
||||
const price = pairPriceAddr(t0, t1, limit);
|
||||
return 'diagonal ' + (price === null ? null : price.toPrecision(5))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user