This commit is contained in:
Jamie Hewitt 2022-07-04 11:53:20 +01:00
parent 0f124d01dd
commit f1c38ca364

View File

@ -19,7 +19,7 @@ import { weiToDecimal } from './utils/generic'
import { addOrder } from './utils/globalUtils' import { addOrder } from './utils/globalUtils'
import { getToken, getUSDValue } from './utils/tokenUtils' import { getToken, getUSDValue } from './utils/tokenUtils'
import { getUser } from './utils/userUtils' import { getUser } from './utils/userUtils'
import { getOrder, getOrderId } from './utils/orderUtils' import { getOrderId } from './utils/orderUtils'
export function handleOrderStarted(event: OrderStarted): void { export function handleOrderStarted(event: OrderStarted): void {
const order = new Order( const order = new Order(