mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 16:37:56 -05:00
9 lines
443 B
Solidity
9 lines
443 B
Solidity
// SPDX-License-Identifier: MIT
|
|
|
|
pragma solidity =0.8.24;
|
|
|
|
import {TimelockController} from "@openzeppelin/contracts/governance/TimelockController.sol";
|
|
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";
|