File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Debug Callback Failures
2
2
3
+ import { Callout } from ' nextra/components'
4
+
3
5
This guide explains how to identify and resolve issues with the Entropy callback.
4
6
The intended audience for this guide is developers who have made an Entropy random number request, but their application hasn't received a callback.
5
7
@@ -57,7 +59,7 @@ Retrieve the `/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER` endpoint from t
57
59
curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID /revelations/$SEQUENCE_NUMBER
58
60
```
59
61
60
- <Callout type = " warning" >
62
+ <Callout type = " warning" emoji = " ⚠️ " >
61
63
The chain ID is the string name of the chain and not the EVM chain ID. The
62
64
chain ids are available
63
65
[ here] ( https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids ) .
You can’t perform that action at this time.
0 commit comments