Skip to content

Commit 5fb6c83

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
docs: update chain ID note to use Callout tag in entropy callback docs
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent b105ded commit 5fb6c83

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
@@ -57,7 +57,9 @@ Retrieve the `/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER` endpoint from t
5757
curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER
5858
```
5959

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)
60+
<Callout type="info">
61+
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>
6163

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

0 commit comments

Comments
 (0)