Skip to content

Commit a6a9537

Browse files
fix: rename socket folder
1 parent dfcd233 commit a6a9537

21 files changed

+15
-13
lines changed

contracts/evmx/payload-delivery/ContractFactoryPlug.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "../../utils/RescueFundsLib.sol";
88
import {NotSocket} from "../../utils/common/Errors.sol";
99
import {MAX_COPY_BYTES} from "../../utils/common/Constants.sol";
1010
import "../interfaces/IContractFactoryPlug.sol";
11-
import "../../socket/base/PlugBase.sol";
11+
import "../../protocol/base/PlugBase.sol";
1212

1313
/// @title ContractFactory
1414
/// @notice Abstract contract for deploying contracts

contracts/evmx/payload-delivery/FeesPlug.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pragma solidity ^0.8.21;
33

44
import "solady/utils/SafeTransferLib.sol";
55
import "solady/tokens/ERC20.sol";
6-
import "../../socket/base/PlugBase.sol";
6+
import "../../protocol/base/PlugBase.sol";
77
import "../../utils/AccessControl.sol";
88
import {RESCUE_ROLE} from "../../utils/common/AccessRoles.sol";
99
import {IFeesPlug} from "../interfaces/IFeesPlug.sol";
@@ -125,6 +125,7 @@ contract FeesPlug is IFeesPlug, PlugBase, AccessControl {
125125
) external onlyOwner {
126126
_connectSocket(appGatewayId_, socket_, switchboard_);
127127
}
128+
128129
/**
129130
* @notice Rescues funds from the contract if they are locked by mistake. This contract does not
130131
* theoretically need this function but it is added for safety.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)