add permit

This commit is contained in:
owen05
2020-11-29 23:40:19 +08:00
parent d90e031a30
commit 7290f73634
12 changed files with 602 additions and 18 deletions

View File

@@ -44,6 +44,6 @@ contract DPP is DPPTrader {
// ============ Version Control ============
function version() external pure returns (uint256) {
return 100; // 1.0.0
return 1100; // DPP - 1.0.0
}
}