-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add merge transition/finalization banners (#3963)
* Add merge transition/finalization banners * fix signatures
- Loading branch information
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
packages/lodestar/src/chain/blocks/utils/pandaMergeTransitionBanner.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/* eslint-disable no-useless-escape */ | ||
export const POS_PANDA_MERGE_TRANSITION_BANNER = ` | ||
_,..._,m, |, _,..._,m, |, | ||
,/' '""; | |, /' '""; | |, | ||
/ ". ". | ||
,'mmmMMMMmm. \ -|-_" 'mmmMMMMmm. \ -|-_" | ||
_/-"^^^^^"""%#%mm, ; | _ o /-"^^^^^"""%#%mm, ; | _ o | ||
,m,_,' "###) ;, m,_,' "###) ;, | ||
(###% \#/ ;##mm. (###% \#/ ;##mm. | ||
^#/__ ___ ; (######) #/__ ___ ; (######) | ||
; //.\\ //.\\ ; \####/ //.\\ //.\\ ; \####/ | ||
_; (#\"// \\"/#) ; ,/ _; (#\"// \\"/#) ; ,/ | ||
@##\ \##/ = "=" ,;mm/ @##\ \##/ = "=" ,;mm/ | ||
\##>.____,...,____,<####@ \##>.____,...,____,<####@ | ||
""' ""' | ||
_______ ______ ______ ______ __ __ | ||
/ \ / \ / \ / \ / | / | | ||
$$$$$$$ | ______ ______ ______ /$$$$$$ | ______ /$$$$$$ | /$$$$$$ |_$$ |_ ______ $$ | __ ______ | ||
$$ |__$$ |/ \ / \ / \ $$ |_ $$/ / \ $$ |_ $$/ $$ \__$$// $$ | / \ $$ | / | / \ | ||
$$ $$//$$$$$$ |/$$$$$$ |/$$$$$$ |$$ | /$$$$$$ |$$ | $$ \$$$$$$/ $$$$$$ |$$ |_/$$/ /$$$$$$ | | ||
$$$$$$$/ $$ | $$/ $$ | $$ |$$ | $$ |$$$$/ $$ | $$ |$$$$/ $$$$$$ | $$ | __ / $$ |$$ $$< $$ $$ | | ||
$$ | $$ | $$ \__$$ |$$ \__$$ |$$ | $$ \__$$ |$$ | / \__$$ | $$ |/ |/$$$$$$$ |$$$$$$ \ $$$$$$$$/ | ||
$$ | $$ | $$ $$/ $$ $$/ $$ | $$ $$/ $$ | $$ $$/ $$ $$/ $$ $$ |$$ | $$ |$$ | | ||
$$/ $$/ $$$$$$/ $$$$$$/ $$/ $$$$$$/ $$/ $$$$$$/ $$$$/ $$$$$$$/ $$/ $$/ $$$$$$$/ | ||
______ __ __ __ __ | ||
/ \ / | / | / | / | | ||
/$$$$$$ | _______ _$$ |_ $$/ __ __ ______ _$$ |_ ______ ____$$ | | ||
$$ |__$$ | / |/ $$ | / |/ \ / |/ \ / $$ | / \ / $$ | | ||
$$ $$ |/$$$$$$$/ $$$$$$/ $$ |$$ \ /$$/ $$$$$$ |$$$$$$/ /$$$$$$ |/$$$$$$$ | | ||
$$$$$$$$ |$$ | $$ | __ $$ | $$ /$$/ / $$ | $$ | __ $$ $$ |$$ | $$ | | ||
$$ | $$ |$$ \_____ $$ |/ |$$ | $$ $$/ /$$$$$$$ | $$ |/ |$$$$$$$$/ $$ \__$$ | | ||
$$ | $$ |$$ | $$ $$/ $$ | $$$/ $$ $$ | $$ $$/ $$ |$$ $$ | | ||
$$/ $$/ $$$$$$$/ $$$$/ $$/ $/ $$$$$$$/ $$$$/ $$$$$$$/ $$$$$$$/ `; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters