Skip to content

Commit

Permalink
adds orderType to OrderPosted event
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-seitz-uniswap committed Mar 5, 2024
1 parent ebb6ba0 commit 871dbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/handlers/post-order/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class PostOrderHandler extends APIGLambdaHandler<
outputEndAmount: userOutput.endAmount,
tokenOut: userOutput.token,
filler: getAddress(order.filler ?? AddressZero),
orderType: orderType,
},
})

Expand Down

0 comments on commit 871dbd4

Please sign in to comment.