Skip to content

Commit

Permalink
Add comments and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
levx-me committed Nov 16, 2020
1 parent 2443d1b commit 772fd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions contracts/SushiRoll.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 772fd40

Please sign in to comment.