Skip to content

Commit

Permalink
update readme to clarify go version and sanity check details
Browse files Browse the repository at this point in the history
  • Loading branch information
shileiwill committed Feb 19, 2024
1 parent f8b0d2b commit a409958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/scripts/chaincli/DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use this script to debug and diagnose possible issues with registered upkeeps in
Before starting, you will need:

- A registered [upkeep](https://docs.chain.link/chainlink-automation/overview/getting-started)
- A working [Go](https://go.dev/doc/install) installation
- A working [Go](https://go.dev/doc/install) installation, please use this Go [version](https://github.com/smartcontractkit/chainlink/blob/develop/go.mod#L3)

1. Clone the chainlink [repo](https://github.com/smartcontractkit/chainlink) and navigate to the `core/scripts/chaincli`
directory:
Expand Down Expand Up @@ -65,7 +65,7 @@ Execute the following command based on your upkeep type:
### What the debugging script checks
1. The script runs these basic checks on all upkeeps:
1. The script runs these basic checks on all upkeeps based on the TX_HASH or BLOCK_NUMBER (if provided)
- Verify upkeep status: active, paused, or canceled
- Check upkeep balance
Expand Down

0 comments on commit a409958

Please sign in to comment.