Skip to content

Commit

Permalink
fix tasks description
Browse files Browse the repository at this point in the history
  • Loading branch information
hippocampus-web3 committed Mar 15, 2024
1 parent 1cab936 commit f258e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/check-tx/.codesandbox/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": [
{
"tasks": {
"Check tx": {
"name": "Check tx",
"command": "yarn checktx mainnet FF900F04B145799668AB9975E40C51E42024D8761330D2210DCC8447F44218AF"
}
]
}
}

0 comments on commit f258e51

Please sign in to comment.