fix admin control && update proxy test framework
This commit is contained in:
@@ -47,4 +47,9 @@ contract DVMAdmin is InitializableOwnable {
|
||||
function setSell(bool open) external onlyOwner {
|
||||
IDVM(dvm).setSell(open);
|
||||
}
|
||||
|
||||
// ============ Admin Version Control ============
|
||||
function version() external pure returns (uint256) {
|
||||
return 100; // 1.0.0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user