Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
todesstille committed Apr 30, 2024
1 parent c08d0f4 commit e5525a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/core/INetworkProperties.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e5525a9

Please sign in to comment.