We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ed9ec commit 4c92c84Copy full SHA for 4c92c84
evm/src/contracts/CircleIntegration/Setup.sol
@@ -2,9 +2,8 @@
2
pragma solidity ^0.8.19;
3
4
import {ERC1967Upgrade} from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol";
5
-import {Context} from "@openzeppelin/contracts/utils/Context.sol";
6
7
-contract Setup is ERC1967Upgrade, Context {
+contract Setup is ERC1967Upgrade {
8
function setup(address implementation) public {
9
require(implementation != address(0), "invalid implementation");
10
0 commit comments