Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update create-chainhooks.mdx #759

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 to prepare your Chainhook predicate JSON for upload.

## Edit a chainhook

Expand Down
Loading