mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
8 lines
349 B
Solidity
8 lines
349 B
Solidity
// SPDX-License-Identifier: MIT
|
|
|
|
pragma solidity =0.8.16;
|
|
|
|
import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
|
|
import {TransparentUpgradeableProxy} from "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol";
|
|
import {MinimalForwarder} from "@openzeppelin/contracts/metatx/MinimalForwarder.sol";
|