Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webhooks.md #718

Merged
merged 5 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).

Loading