Skip to content

Commit

Permalink
Update webhook schema
Browse files Browse the repository at this point in the history
  • Loading branch information
codyborn committed Jun 5, 2024
1 parent e0cd409 commit 5b5dd3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contracts/uniswapx/guides/createFiller.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
```

Expand Down

0 comments on commit 5b5dd3d

Please sign in to comment.