diff --git a/contracts/impl/DODOLpToken.sol b/contracts/impl/DODOLpToken.sol index 9347be9..545b3a6 100644 --- a/contracts/impl/DODOLpToken.sol +++ b/contracts/impl/DODOLpToken.sol @@ -20,6 +20,7 @@ import {Ownable} from "../lib/Ownable.sol"; contract DODOLpToken is Ownable { using SafeMath for uint256; + string public symbol = "DLP"; string public name; uint8 public decimals;