Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 3, 2024
1 parent 02e64a0 commit 870c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethernaut-cli/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require('ethernaut-wallet')
require('ethernaut-wallet-ui')
require('ethernaut-challenges')

const txt = figlet.textSync('ethernaut-cli', { font: 'graffiti' })
const txt = figlet.textSync('ethernaut-cli', { font: 'Graffiti' })
chalkAnimation.rainbow(txt).render()
console.log(`v${version}`)

Expand Down

0 comments on commit 870c985

Please sign in to comment.