Skip to content

Commit 65436ea

Browse files
committed
Update RFQ request object
1 parent e5e9394 commit 65436ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/contracts/uniswapx/fillers/mainnet/becomeQuoter.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ data: {
3636
requestId: "string uuid - a unique identifier for swapper's request",
3737
tokenInChainId: "number - the `tokenIn` chainId",
3838
tokenOutChainId: "number - the `tokenOut` chainId",
39-
swapper: "string address - The swapper’s EOA address that will sign the order",
39+
swapper: "string address - This will be the 0x000 address to obfuscate the swapper",
4040
tokenIn: "string address - The ERC20 token that the swapper will provide",
4141
tokenOut: "string address - The ERC20 token that the swapper will receive",
4242
amount: "string number - If the trade type is exact input then this is amount of `tokenIn` the user wants to swap otherwise this is amount of tokenOut the user wants to receive",
43-
type: "number - This is either `EXACT_INPUT` or `EXACT_OUTPUT`",
43+
type: "string - This is either `EXACT_INPUT` or `EXACT_OUTPUT`",
44+
protocol: "string - UniswapX protocol version (e.g. v1)",
45+
numOutputs: "number - the number of outputs in this request",
4446
quoteId: "string uuid - a unique identifier for the quote an integrator is sending back"
4547
}
4648
```

0 commit comments

Comments
 (0)