Skip to content

Commit

Permalink
Update LP token name and symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
chefnomi committed Aug 27, 2020
1 parent 6cb036e commit b3672d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/uniswapv2/UniswapV2ERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import './libraries/SafeMath.sol';
contract UniswapV2ERC20 {
using SafeMathUniswap for uint;

string public constant name = 'Uniswap V2';
string public constant symbol = 'UNI-V2';
string public constant name = 'SushiSwap LP Token';
string public constant symbol = 'SLP';
uint8 public constant decimals = 18;
uint public totalSupply;
mapping(address => uint) public balanceOf;
Expand Down

0 comments on commit b3672d9

Please sign in to comment.