mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-09 22:28:04 -05:00
6 lines
187 B
Solidity
6 lines
187 B
Solidity
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
pragma solidity 0.8.10;
|
|
|
|
import {TransparentUpgradeableProxy} from '@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol';
|