diff --git a/contracts/interfaces/core/INetworkProperties.sol b/contracts/interfaces/core/INetworkProperties.sol index bc23b794..ff114f9c 100644 --- a/contracts/interfaces/core/INetworkProperties.sol +++ b/contracts/interfaces/core/INetworkProperties.sol @@ -2,7 +2,7 @@ pragma solidity ^0.8.20; interface INetworkProperties { - /// @notice Used to unwrap WEth out of SphereX contract + /// @notice Used to unwrap WEth out of SphereX-controlled beacon and return to the sender /// @param amount The amount to unwrap function unwrapWeth(uint256 amount) external;