Skip to content

Commit

Permalink
style: add ascii art in batch lockup (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg authored Nov 26, 2024
1 parent 9c8f584 commit bf8a8ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/SablierBatchLockup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ import { ISablierLockup } from "./interfaces/ISablierLockup.sol";
import { Errors } from "./libraries/Errors.sol";
import { BatchLockup, Lockup } from "./types/DataTypes.sol";

/*
███████╗ █████╗ ██████╗ ██╗ ██╗███████╗██████╗ ██████╗ █████╗ ████████╗ ██████╗██╗ ██╗
██╔════╝██╔══██╗██╔══██╗██║ ██║██╔════╝██╔══██╗ ██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██║ ██║
███████╗███████║██████╔╝██║ ██║█████╗ ██████╔╝ ██████╔╝███████║ ██║ ██║ ███████║
╚════██║██╔══██║██╔══██╗██║ ██║██╔══╝ ██╔══██╗ ██╔══██╗██╔══██║ ██║ ██║ ██╔══██║
███████║██║ ██║██████╔╝███████╗██║███████╗██║ ██║ ██████╔╝██║ ██║ ██║ ╚██████╗██║ ██║
╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
██╗ ██████╗ ██████╗██╗ ██╗██╗ ██╗██████╗
██║ ██╔═══██╗██╔════╝██║ ██╔╝██║ ██║██╔══██╗
██║ ██║ ██║██║ █████╔╝ ██║ ██║██████╔╝
██║ ██║ ██║██║ ██╔═██╗ ██║ ██║██╔═══╝
███████╗╚██████╔╝╚██████╗██║ ██╗╚██████╔╝██║
╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝
*/

/// @title SablierBatchLockup
/// @notice See the documentation in {ISablierBatchLockup}.
contract SablierBatchLockup is ISablierBatchLockup {
Expand Down

0 comments on commit bf8a8ae

Please sign in to comment.