Skip to content

Commit

Permalink
Merge pull request #3 from tanliwei/patch-1
Browse files Browse the repository at this point in the history
Update generalize-swapping.md
  • Loading branch information
y1cunhui authored Feb 3, 2024
2 parents 714d598 + 74a5543 commit 79edd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/milestone_2/generalize-swapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function swap(
...
```

`swap` 函数中,我们新增了两个参数:`zeroForOne``amountSpecified``zeroForOne` 是用来控制交易方向的 flag:当设置为 true,是用 `token0` 兑换 `token1`;false 则相反。例如,如果 `token0` 是ETH,`token1` 是USDC,将 `zeroForOne` 设置为 true 意味着用 USDC 购买 ETH`amountSpecified` 是用户希望卖出的 token 数量。
`swap` 函数中,我们新增了两个参数:`zeroForOne``amountSpecified``zeroForOne` 是用来控制交易方向的 flag:当设置为 true,是用 `token0` 兑换 `token1`;false 则相反。例如,如果 `token0` 是ETH,`token1` 是USDC,将 `zeroForOne` 设置为 true 意味着用 ETH 购买 USDC`amountSpecified` 是用户希望卖出的 token 数量。

## 填满订单

Expand Down

0 comments on commit 79edd91

Please sign in to comment.