bsc trade incentive

This commit is contained in:
owen05
2021-03-14 10:02:20 +08:00
parent 01c5447802
commit 6b1864866a
15 changed files with 1523 additions and 34 deletions

View File

@@ -91,6 +91,6 @@ contract DVM is DVMTrader, DVMFunding {
// ============ Version Control ============
function version() external pure returns (string memory) {
return "DVM 1.0.0";
return "DVM 1.0.1";
}
}