Skip to content

Commit 663efde

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
and
Jayant Krishnamurthy
authored
docs: update chain ID note to use Callout tag in entropy callback docs (#537)
* docs: update chain ID note to use Callout tag in entropy callback docs Co-Authored-By: Jayant Krishnamurthy <[email protected]> * style: apply prettier formatting to callout text Co-Authored-By: Jayant Krishnamurthy <[email protected]> * docs: update callout type to warning Co-Authored-By: Jayant Krishnamurthy <[email protected]> * fix: add Callout import and emoji prop for proper rendering Co-Authored-By: Jayant Krishnamurthy <[email protected]> * style: update import formatting to match prettier config Co-Authored-By: Jayant Krishnamurthy <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <[email protected]>
1 parent 84cbf6b commit 663efde

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/entropy/debug-callback-failures.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Debug Callback Failures
22

3+
import { Callout } from "nextra/components";
4+
35
This guide explains how to identify and resolve issues with the Entropy callback.
46
The intended audience for this guide is developers who have made an Entropy random number request, but their application hasn't received a callback.
57

@@ -57,7 +59,11 @@ Retrieve the `/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER` endpoint from t
5759
curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER
5860
```
5961

60-
N.B. The chain ID is the string name of the chain and not the EVM chain ID. The chain ids are available [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids)
62+
<Callout type="warning" emoji="⚠️">
63+
The chain ID is the string name of the chain and not the EVM chain ID. The
64+
chain ids are available
65+
[here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids).
66+
</Callout>
6167

6268
This endpoint will return the provider's revelation as a hexadecimal value, such as:
6369

0 commit comments

Comments
 (0)