Skip to content

Commit e89db4c

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
fix: add Callout import and emoji prop for proper rendering
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 46763be commit e89db4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/entropy/debug-callback-failures.mdx

Lines changed: 3 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,7 @@ 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-
<Callout type="warning">
62+
<Callout type="warning" emoji="⚠️">
6163
The chain ID is the string name of the chain and not the EVM chain ID. The
6264
chain ids are available
6365
[here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids).

0 commit comments

Comments
 (0)