Skip to content

Commit

Permalink
fix: correct input field (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamier authored Oct 3, 2024
1 parent e8aa01e commit c31567f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/uniswap/calldata-UniswapV3Router02.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
{
"path": "params.amountOut",
"path": "params.amountOutMinimum",
"label": "Minimum amount to Receive",
"format": "tokenAmount",
"params": {
Expand All @@ -49,7 +49,7 @@
"format": "addressName"
}
],
"required": ["params.amountIn", "params.amountOut", "params.recipient"]
"required": ["params.amountIn", "params.amountOutMinimum", "params.recipient"]
},
"0x04e45aaf": {
"$id": "exactInputSingle",
Expand Down

0 comments on commit c31567f

Please sign in to comment.