add version control to storage
This commit is contained in:
@@ -103,4 +103,9 @@ contract Storage is InitializableOwnable, ReentrancyGuard {
|
|||||||
function getTotalQuoteCapital() public view returns (uint256) {
|
function getTotalQuoteCapital() public view returns (uint256) {
|
||||||
return IDODOLpToken(_QUOTE_CAPITAL_TOKEN_).totalSupply();
|
return IDODOLpToken(_QUOTE_CAPITAL_TOKEN_).totalSupply();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ============ Version Control ============
|
||||||
|
function version() external pure returns (uint256) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user