diff --git a/src/blockchain/orderlib.js b/src/blockchain/orderlib.js index 5dd9e81..b246741 100644 --- a/src/blockchain/orderlib.js +++ b/src/blockchain/orderlib.js @@ -123,7 +123,8 @@ export function parseOrderStatus(chainId, status) { order, fillFeeHalfBps, state, - start, + startTime, + startPrice, ocoGroup, filledIn, filledOut, @@ -138,7 +139,7 @@ export function parseOrderStatus(chainId, status) { trancheFilledOut = trancheFilledOut.map((f)=>BigInt(f)) trancheActivationTime = trancheActivationTime.map((v)=>Number(v)) return { - chainId, order, fillFeeHalfBps, state, start, ocoGroup, + chainId, order, fillFeeHalfBps, state, startTime, startPrice, ocoGroup, filledIn, filledOut, trancheFilledIn, trancheFilledOut, trancheActivationTime } } diff --git a/src/components/Status.vue b/src/components/Status.vue index fd3eda2..eafbd33 100644 --- a/src/components/Status.vue +++ b/src/components/Status.vue @@ -2,7 +2,7 @@
- +