File tree 1 file changed +9
-9
lines changed
v-next/hardhat/src/internal/cli/init
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ export async function initHardhat(options?: InitHardhatOptions): Promise<void> {
113
113
// generated with the "colossal" font
114
114
function printAsciiLogo ( ) {
115
115
const logoLines = `
116
- 888 888 888 888 888
117
- 888 888 888 888 888
118
- 888 888 888 888 888
119
- 8888888888 8888b. 888d888 .d88888 88888b. 8888b. 888888
120
- 888 888 "88b 888P" d88" 888 888 "88b "88b 888
121
- 888 888 .d888888 888 888 888 888 888 .d888888 888
122
- 888 888 888 888 888 Y88b 888 888 888 888 888 Y88b.
123
- 888 888 "Y888888 888 "Y88888 888 888 "Y888888 "Y888
124
- ` . trim ( ) ;
116
+ █████ █████ ███ ███ ███
117
+ ░░███ ░░███ ░███ ░███ ░███
118
+ ░███ ░███ ██████ ████████ ███████ ░███████ ██████ ███████
119
+ ░███████████ ░░░░░███ ░░███░░███ ███░░███ ░███░░███ ░░░░░███ ░░░███░
120
+ ░███░░░░░███ ███████ ░███ ░░░ ░███ ░███ ░███ ░███ ███████ ░███
121
+ ░███ ░███ ███░░███ ░███ ░███ ░███ ░███ ░███ ███░░███ ░███ ███
122
+ █████ █████░░████████ █████ ░░████████ ████ █████░░████████ ░░█████
123
+ ░░░░░ ░░░░░ ░░░░░░░░ ░░░░░ ░░░░░░░░ ░░░░ ░░░░░ ░░░░░░░░ ░░░░░
124
+ ` ;
125
125
126
126
console . log ( chalk . blue ( logoLines ) ) ;
127
127
}
You can’t perform that action at this time.
0 commit comments