Skip to content

Commit

Permalink
correct contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Oct 3, 2024
1 parent 3656207 commit da161e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/FlowBatchable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Broker, SablierFlow } from "../repos/flow/src/SablierFlow.sol";

/// @dev The `Batch` contract, inherited in SablierFlow, allows multiple function calls to be batched together.
/// This enables any possible combination of functions to be executed within a single transaction.
contract FlowStreamBatchable {
contract FlowBatchable {
IERC20 public constant USDC = IERC20(0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48);
SablierFlow public immutable sablierFlow;

Expand Down
File renamed without changes.

0 comments on commit da161e5

Please sign in to comment.