Skip to content

Commit

Permalink
docs: native tokens instead of ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 6, 2025
1 parent f06873d commit d2f10c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interfaces/ISablierFlowBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ interface ISablierFlowBase is
/// @dev Emits a {CollectFees} event.
///
/// Notes:
/// - If the admin is a contract, it must be able to receive ETH.
function collectFees() external;
/// - If the admin is a contract, it must be able to receive native token payments, e.g., ETH for Ethereum Mainnet.

/// @notice Collect the protocol revenue accrued for the provided ERC-20 token.
///
Expand Down

0 comments on commit d2f10c1

Please sign in to comment.