// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.28; // We import these here to force Hardhat to compile them. // This ensures that their artifacts are available for Hardhat Ignition to use. // solhint-disable no-unused-import import {ProxyAdmin} from '@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol'; import {TransparentUpgradeableProxy} from '@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol';