Skip to content

Commit 76c79a4

Browse files
authored
chore: add ascii art for Flow, Flow NFT Descriptor and Comptroller (sablier-labs#1332)
1 parent cb4e272 commit 76c79a4

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

flow/src/FlowNFTDescriptor.sol

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ import { Base64 } from "@openzeppelin/contracts/utils/Base64.sol";
66

77
import { IFlowNFTDescriptor } from "./interfaces/IFlowNFTDescriptor.sol";
88

9+
/*
10+
11+
███████╗██╗ ██████╗ ██╗ ██╗ ███╗ ██╗███████╗████████╗
12+
██╔════╝██║ ██╔═══██╗██║ ██║ ████╗ ██║██╔════╝╚══██╔══╝
13+
█████╗ ██║ ██║ ██║██║ █╗ ██║ ██╔██╗ ██║█████╗ ██║
14+
██╔══╝ ██║ ██║ ██║██║███╗██║ ██║╚██╗██║██╔══╝ ██║
15+
██║ ███████╗╚██████╔╝╚███╔███╔╝ ██║ ╚████║██║ ██║
16+
╚═╝ ╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═══╝╚═╝ ╚═╝
17+
18+
██████╗ ███████╗███████╗ ██████╗██████╗ ██╗██████╗ ████████╗ ██████╗ ██████╗
19+
██╔══██╗██╔════╝██╔════╝██╔════╝██╔══██╗██║██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗
20+
██║ ██║█████╗ ███████╗██║ ██████╔╝██║██████╔╝ ██║ ██║ ██║██████╔╝
21+
██║ ██║██╔══╝ ╚════██║██║ ██╔══██╗██║██╔═══╝ ██║ ██║ ██║██╔══██╗
22+
██████╔╝███████╗███████║╚██████╗██║ ██║██║██║ ██║ ╚██████╔╝██║ ██║
23+
╚═════╝ ╚══════╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
24+
25+
*/
26+
927
/// @title FlowNFTDescriptor
1028
/// @notice See the documentation in {IFlowNFTDescriptor}.
1129
contract FlowNFTDescriptor is IFlowNFTDescriptor {

flow/src/SablierFlow.sol

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ import { Errors } from "./libraries/Errors.sol";
2222
import { Helpers } from "./libraries/Helpers.sol";
2323
import { Flow } from "./types/DataTypes.sol";
2424

25+
/*
26+
27+
███████╗ █████╗ ██████╗ ██╗ ██╗███████╗██████╗ ███████╗██╗ ██████╗ ██╗ ██╗
28+
██╔════╝██╔══██╗██╔══██╗██║ ██║██╔════╝██╔══██╗ ██╔════╝██║ ██╔═══██╗██║ ██║
29+
███████╗███████║██████╔╝██║ ██║█████╗ ██████╔╝ █████╗ ██║ ██║ ██║██║ █╗ ██║
30+
╚════██║██╔══██║██╔══██╗██║ ██║██╔══╝ ██╔══██╗ ██╔══╝ ██║ ██║ ██║██║███╗██║
31+
███████║██║ ██║██████╔╝███████╗██║███████╗██║ ██║ ██║ ███████╗╚██████╔╝╚███╔███╔╝
32+
╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═════╝ ╚══╝╚══╝
33+
34+
*/
35+
2536
/// @title SablierFlow
2637
/// @notice See the documentation in {ISablierFlow}.
2738
contract SablierFlow is

utils/src/SablierComptroller.sol

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ import { ISablierComptroller } from "./interfaces/ISablierComptroller.sol";
1111
import { Errors } from "./libraries/Errors.sol";
1212
import { RoleAdminable } from "./RoleAdminable.sol";
1313

14+
/*
15+
16+
███████╗ █████╗ ██████╗ ██╗ ██╗███████╗██████╗
17+
██╔════╝██╔══██╗██╔══██╗██║ ██║██╔════╝██╔══██╗
18+
███████╗███████║██████╔╝██║ ██║█████╗ ██████╔╝
19+
╚════██║██╔══██║██╔══██╗██║ ██║██╔══╝ ██╔══██╗
20+
███████║██║ ██║██████╔╝███████╗██║███████╗██║ ██║
21+
╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝╚══════╝╚═╝ ╚═╝
22+
23+
██████╗ ██████╗ ███╗ ███╗██████╗ ████████╗██████╗ ██████╗ ██╗ ██╗ ███████╗██████╗
24+
██╔════╝██╔═══██╗████╗ ████║██╔══██╗╚══██╔══╝██╔══██╗██╔═══██╗██║ ██║ ██╔════╝██╔══██╗
25+
██║ ██║ ██║██╔████╔██║██████╔╝ ██║ ██████╔╝██║ ██║██║ ██║ █████╗ ██████╔╝
26+
██║ ██║ ██║██║╚██╔╝██║██╔═══╝ ██║ ██╔══██╗██║ ██║██║ ██║ ██╔══╝ ██╔══██╗
27+
╚██████╗╚██████╔╝██║ ╚═╝ ██║██║ ██║ ██║ ██║╚██████╔╝███████╗███████╗███████╗██║ ██║
28+
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝
29+
30+
*/
31+
1432
/// @title SablierComptroller
1533
/// @notice See the documentation in {ISablierComptroller}.
1634
/// @dev This contract inherits from OpenZeppelin's UUPS upgradeable contract and can perform an upgrade when used as an

0 commit comments

Comments
 (0)