Skip to content

Commit

Permalink
Update webhooks.md (Uniswap#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarys92 authored Jul 2, 2024
1 parent 62f23eb commit 8d6d73c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contracts/uniswapx/guides/arbitrumfiller.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ For convenience, we’ve provided an [example Executor Contract](https://github.

# Get in touch
- To keep up to date, join our [Announcements Channel](https://t.me/uniswapx_fillers)
- To ask questions and discuss, join our [Fillers Group](https://t.me/uniswapx_fillers_discussion)
- To ask questions and discuss, join our [Fillers Group](https://t.me/UniswapXdiscussion)
2 changes: 1 addition & 1 deletion docs/contracts/uniswapx/guides/createFiller.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ For Dutch and Limit Orders, if the order is valid it will be competing against o
## Helpful Links

- [UniswapX Fillers - Announcements channel](https://t.me/uniswapx_fillers)
- [UniswapX Fillers - Discussion](https://t.me/uniswapx_fillers_discussion)
- [UniswapX Fillers - Discussion](https://t.me/UniswapXdiscussion)
4 changes: 2 additions & 2 deletions docs/contracts/uniswapx/guides/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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?: "The swapper address",
offerer?: "The swapper address",
type?: "The order type (e.g. 'Dutch_V2', 'Limit', etc)"
}
```
Expand All @@ -34,5 +34,5 @@ Orders can be filtered by various fields. For quoters, the most common use case


## Request a Webhook
To register your webhook endpoint, please reach out in [UniswapX Fillers - Discussion](https://t.me/uniswapx_fillers_discussion).
To register your webhook endpoint, please reach out in [UniswapX Fillers - Discussion](https://t.me/UniswapXdiscussion).

0 comments on commit 8d6d73c

Please sign in to comment.