Skip to content

Commit

Permalink
Update create-chainhooks.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
max-crawford authored Sep 23, 2024
1 parent 6e2f919 commit 9a41a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/stacks/platform/guides/create-chainhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This will open a panel on the right to create a chainhook. Use the following fie
`txid`, `block_height`, `fungible_token_event`, `non-fungible_token_event`,
`stx_event`, `print_event`, and `contract_deployment`.

_Refer to the [Bitcoin predicates](../../chainhook/guides/chainhooks-with-bitcoin.md) and [Stacks predicates](../../chainhook/guides/chainhooks-with-stacks.md) documents to understand the available predicates and how to use them._
_Refer to the [Bitcoin predicates](/stacks/chainhook/concepts/bitcoin-predicates) and [Stacks predicates](/stacks/chainhook/concepts/stacks-predicates) documents to understand the available predicates and how to use them._

</Callout>

Expand Down Expand Up @@ -77,7 +77,7 @@ To upload a chainhook, you can either select the "Upload Chainhook" button and c

The upload file must be a .json file containing either a single json object representing a Chainhook predicate, or an array of json objects representing one or more Chainhook predicates.

Refer to the [Bitcoin predicates](../../chainhook/predicates/bitcoin) and [Stacks predicates](../../chainhook/predicates/stacks) documents to understand the available predicates and how your Chainhook predicate json for upload.
Refer to the [Bitcoin predicates](/stacks/chainhook/concepts/bitcoin-predicates) and [Stacks predicates](/stacks/chainhook/concepts/stacks-predicates) documents to understand the available predicates and how your Chainhook predicate json for upload.

## Edit a chainhook

Expand Down

0 comments on commit 9a41a6b

Please sign in to comment.