Uniswap / v2-periphery

🎚 Peripheral smart contracts for interacting with Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
1.12k stars 1.68k forks source link

Tag a release? #51

Open BlinkyStitt opened 4 years ago

BlinkyStitt commented 4 years ago

I noticed that uniswap-v2-core has non-beta tags, but this project's only tag is 1.0.0-beta.0. Should there be a non-beta tag here?

Side note: what tags match what is currently deployed on mainnet? That's what I want to be sure I'm using

wphan commented 4 years ago

It appears UniswapV2Router02 (https://etherscan.io/address/0x7a250d5630b4cf539739df2c5dacb4c659f2488d#code) is heaviliy used nowadays. Also Brownie requires releases to be tagged in order to import contracts from github repos (https://eth-brownie.readthedocs.io/en/stable/package-manager.html), and UniswapV2Router02 is missing from v1.0.0-beta.0