USD marks
This commit is contained in:
@@ -73,6 +73,11 @@ socket.on('vaults', (chainId, owner, vaults)=>{
|
||||
}
|
||||
})
|
||||
|
||||
socket.on('mark.usd', (chainId, token, value)=>{
|
||||
const s = useStore()
|
||||
s.markPrices[`${chainId}|${token}`] = Number(value)
|
||||
// console.log('mark.usd', token, value)
|
||||
})
|
||||
|
||||
function handleOrderStatus(chainId, vault, orderIndex, status) {
|
||||
const s = useStore()
|
||||
|
||||
Reference in New Issue
Block a user