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 990cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/ISablierFlowBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ interface ISablierFlowBase is
/// @dev Emits a {CollectFees} event.
///
/// Notes:
/// - If the admin is a contract, it must be able to receive ETH.
/// - If the admin is a contract, it must be able to receive native token payments, e.g., ETH for Ethereum Mainnet.
function collectFees() external;

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

0 comments on commit 990cbcc

Please sign in to comment.