Skip to content

Commit

Permalink
Merge pull request #1029 from Yu3H0/patch-1
Browse files Browse the repository at this point in the history
Typo fix of Uniswap V2
  • Loading branch information
0x-stan authored Mar 7, 2024
2 parents 74bdbca + 79de5fc commit c7033f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defi/Uniswap-V2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Uniswap V2 前端代码解析-part 1: https://www.bilibili.com/video/BV1Uv411N7
## Contract
主要合约 :
- `UniswapV2Router02`: 路由合约,负责跟用户交互;
- `UniswapV2Factory`: 工厂合约,常见pair(即pool);
- `UniswapV2Factory`: 工厂合约,创建pair(即pool);
- `UniswapV2Pair`: 具体交易对合约,负责实际交易。
具体请看 [合约解析](./contract/UniswapV2Router02.md)
## SDK
Expand Down

0 comments on commit c7033f3

Please sign in to comment.