Skip to content

Commit a0103f1

Browse files
committed
feat: update hardhat ascii art
1 parent c94743c commit a0103f1

File tree

1 file changed

+9
-9
lines changed
  • v-next/hardhat/src/internal/cli/init

1 file changed

+9
-9
lines changed

v-next/hardhat/src/internal/cli/init/init.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ export async function initHardhat(options?: InitHardhatOptions): Promise<void> {
113113
// generated with the "colossal" font
114114
function printAsciiLogo() {
115115
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+
`;
125125

126126
console.log(chalk.blue(logoLines));
127127
}

0 commit comments

Comments
 (0)