You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contracts/uniswapx/fillers/mainnet/becomeQuoter.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,13 @@ data: {
36
36
requestId:"string uuid - a unique identifier for swapper's request",
37
37
tokenInChainId:"number - the `tokenIn` chainId",
38
38
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",
40
40
tokenIn:"string address - The ERC20 token that the swapper will provide",
41
41
tokenOut:"string address - The ERC20 token that the swapper will receive",
42
42
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",
44
46
quoteId:"string uuid - a unique identifier for the quote an integrator is sending back"
0 commit comments