Update main.sol

This commit is contained in:
Thrilok kumar 2021-06-25 00:24:05 +05:30 committed by GitHub
parent d26e38e7cd
commit 17fc4f6acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
pragma solidity ^0.7.0;
/**
* @title Basic.
* @dev Deposit & Withdraw from DSA.
* @title WETH.
* @dev Wrap and Unwrap WETH.
*/
import { DSMath } from "../../common/math.sol";