diff --git a/README.md b/README.md index 9d83b0e0e0..8ec001491a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://app.sushiswap.org. Feel free to read the code. More details coming soon. - (Uni|Sushi)swapV2Pair init code hash - `e18a34eb0e04b04f7a0ac29a6e80748dca96319b42c54d679cb821dca90c6303` - SushiBar - https://etherscan.io/address/0x8798249c2e607446efb7ad49ec89dd1865ff4272 - SushiMaker - https://etherscan.io/address/0x6684977bBED67e101BB80Fc07fCcfba655c0a64F -- Migrator2 - https://etherscan.io/address/0x60A02cD1e3443E8ab7825DccF8d7080Eb78BCA6F +- SushiRoll - https://etherscan.io/address/0x14b2075e6d5993ae10df843f9979296f4b6100c6 ## License diff --git a/contracts/SushiRoll.sol b/contracts/SushiRoll.sol index 27c44d1dde..e204e5eba1 100644 --- a/contracts/SushiRoll.sol +++ b/contracts/SushiRoll.sol @@ -7,6 +7,7 @@ import "./uniswapv2/interfaces/IUniswapV2Router01.sol"; import "./uniswapv2/interfaces/IUniswapV2Factory.sol"; import "./uniswapv2/libraries/UniswapV2Library.sol"; +// SushiRoll helps your migrate your existing Uniswap LP tokens to SushiSwap LP ones contract SushiRoll { using SafeERC20 for IERC20;