Skip to content

Commit

Permalink
Merge branch 'deadline' of github.com:brunjlar/lobster-challenge into…
Browse files Browse the repository at this point in the history
… deadline
  • Loading branch information
brunjlar committed Oct 26, 2021
2 parents cbf9fa0 + 29ab450 commit f79dc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -101,7 +101,7 @@ The script expects six arguments:

To get the current script UTxO and the current amount of `LobsterCounter` tokens, you can use [this](scripts/mainnet-utxo-at.sh) Bash script,
which expects the contract address `addr1w8ydgw5twuk724uh4jcmjsflkerwj9wvgeneuku577w9a4s7avmxg` as argument and prints all UTxO's at that address to the console.
To identify the right UTxO, look for the one containind the `LobsterNFT` token!
To identify the right UTxO, look for the one containing the `LobsterNFT` token!

## Finalization

Expand Down
2 changes: 2 additions & 0 deletions scripts/mainnet-current-slot.sh
@@ -0,0 +1,2 @@
#!/bin/bash
./mainnet-query-tip.sh | jq .slot

0 comments on commit f79dc36

Please sign in to comment.