From 5b5dd3d4eb522495ed5775e4e114f273ac8aed74 Mon Sep 17 00:00:00 2001 From: Cody Born Date: Wed, 5 Jun 2024 10:03:41 +0100 Subject: [PATCH] Update webhook schema --- docs/contracts/uniswapx/guides/createFiller.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contracts/uniswapx/guides/createFiller.md b/docs/contracts/uniswapx/guides/createFiller.md index 509f02f11..cc871494a 100644 --- a/docs/contracts/uniswapx/guides/createFiller.md +++ b/docs/contracts/uniswapx/guides/createFiller.md @@ -88,7 +88,8 @@ data: { chainId: "The chain ID that the order originates from and must be settled on", filler?: "If this order was quoted by an RFQ participant then this will be their filler address", quoteId?: "If this order was quoted by an RFQ participant then this will be the requestId from the quote request", - swapper: "OPTIONAL: the swapper address" + swapper?: "The swapper address", + type?: "The order type (e.g. 'Dutch_V2', 'Limit', etc)" } ```