https://github.com/standardweb3/standard-amm
a uniswap v2 area
https://github.com/standardweb3/standard-amm
Last synced: about 1 year ago
JSON representation
a uniswap v2 area
- Host: GitHub
- URL: https://github.com/standardweb3/standard-amm
- Owner: standardweb3
- License: agpl-3.0
- Created: 2021-09-08T21:58:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T13:17:51.000Z (over 4 years ago)
- Last Synced: 2025-01-16T04:25:54.893Z (over 1 year ago)
- Language: Solidity
- Size: 60.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Standard AMM
Code from [Uniswap V2](https://github.com/Uniswap/uniswap-v2-core/tree/27f6354bae6685612c182c3bc7577e61bc8717e3/contracts) from [Sushiswap](https://github.com/sushiswap/sushiswap/blob/canary/contracts/uniswapv2/README.md) with the following modifications.
1. Change `UniswapV2ERC20.sol` to LTR token
Code from [MasterChef V2](https://github.com/sushiswap/sushiswap/blob/canary/contracts) with the following modifications.
1. Removing connection from MasterChef V1 and control
To see all diffs:
```
$ git diff 4a1baf2986973ca2799955368ebd36be5900ebb7 .
```