Skip to content

Commit

Permalink
MintingForDummies: Update assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgaetano committed Apr 13, 2023
1 parent a5a5a0c commit cd99049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified minting-for-dummies-1.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/scala/app/MintForDummies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object MintForDummies extends App {

val mintForDummiesTxId: String = MintForDummiesCommands.mint(ergoClient, boxId, walletAddress, mnemonic)

println(Console.GREEN + s"========== ${MintForDummiesUtils.getTimeStamp("UTC")} GUAPSWAP ONETIME TX SUCCESSFULL ==========" + Console.RESET)
println(Console.GREEN + s"========== ${MintForDummiesUtils.getTimeStamp("UTC")} MINTFORDUMMIES TX SUCCESSFULL ==========" + Console.RESET)

// Print tx link to the user
println(Console.BLUE + s"========== ${MintForDummiesUtils.getTimeStamp("UTC")} VIEW MINTFORDUMMIES TX IN THE ERGO-EXPLORER WITH THE LINK BELOW ==========" + Console.RESET)
Expand Down

0 comments on commit cd99049

Please sign in to comment.