feat: add storage-safe bank V2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity 0.8.35;
|
||||
|
||||
contract NonUUPSImplementation {
|
||||
function contractVersion() external pure returns (uint256) {
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user