Skip to content

Commit 3116805

Browse files
authored
chore(protocol-contracts): remove unused import (#1281)
1 parent 13cfb58 commit 3116805

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protocol-contracts/governance/contracts/GovernanceOAppReceiver.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
pragma solidity ^0.8.24;
33

44
import { OAppReceiver, OAppCore, Origin, MessagingFee } from "@layerzerolabs/oapp-evm/contracts/oapp/OApp.sol";
5-
import { OAppOptionsType3 } from "@layerzerolabs/oapp-evm/contracts/oapp/libs/OAppOptionsType3.sol";
65
import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol";
76
import { Operation } from "./shared/Structs.sol";
87

@@ -16,7 +15,7 @@ interface IAdminModule {
1615
) external;
1716
}
1817

19-
contract GovernanceOAppReceiver is OAppReceiver, OAppOptionsType3 {
18+
contract GovernanceOAppReceiver is OAppReceiver {
2019
/// @notice The address of the privileged AdminModule of the Safe owning GatewayConfig contract.
2120
IAdminModule public adminSafeModule;
2221

0 commit comments

Comments
 (0)