Skip to content

Commit

Permalink
concat the asciiart
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Sep 1, 2023
1 parent 14b8029 commit fbfb448
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/upgrades/latest/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ var Upgrade = upgrades.Upgrade{
return nil, err
}

ctx.Logger().Info(upgrades.ArchwayNew)
ctx.Logger().Info(NameASCII)
ctx.Logger().Info("🟠 SUCCESSFULLY PERFORMED CHAIN UPGRADE 🟠")
ctx.Logger().Info(upgrades.ArchwayNew + NameASCII)

return migrations, nil
}
Expand Down

0 comments on commit fbfb448

Please sign in to comment.