Initial commit

This commit is contained in:
2022-07-25 18:40:16 +03:00
commit 843daad632
21 changed files with 47507 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.15;
import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
contract BoMProxyAdmin is ProxyAdmin {
}