Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 6c1e489

Browse files
chore(entropy-v2): changes for entropy explorer (#810)
* add entropy explorer link * replace text in other places
1 parent dabe567 commit 6c1e489

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pages/entropy/debug-callback-failures.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Callout } from "nextra/components";
44

55
<Callout type="info" emoji="🔍">
66
**Quick Debug Tool**: Use the [Entropy
7-
Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and
7+
Explorer](https://entropy-debugger.pyth.network/) to quickly diagnose and
88
resolve callback issues.
99
</Callout>
1010

pages/entropy/whats-new-entropyv2.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Entropy V2 is a major update to the Pyth Randomness Protocol.
44

55
It introduces a series of developer experience improvements, shaped directly by the feedback of teams using it in production:
6-
configurable & customizable gas limits for callbacks, adding callback statuses, and an upcoming public Entropy Explorer.
6+
configurable & customizable gas limits for callbacks, adding callback statuses, and an Entropy Explorer.
77

88
## What's New
99

1010
- [Configurable Gas Limits for Callbacks](#configurable-gas-limits-for-callbacks)
1111
- [Enhanced Callback Statuses](#enhanced-callback-statuses)
12-
- [Upcoming Public Entropy Explorer](#upcoming-public-entropy-explorer)
12+
- [Entropy Explorer](#entropy-explorer)
1313

1414
### Configurable Gas Limits for Callbacks
1515

@@ -67,9 +67,9 @@ This updated `Revealed` event
6767

6868
This will help teams to easily track the status of their callbacks and re-request them if they fail on-chain.
6969

70-
### Upcoming Public Entropy Explorer
70+
### Entropy Explorer
7171

72-
Entropy V2 introduces an upcoming public Entropy Explorer, which will allow teams to easily track the status of their callbacks and re-request them if they fail on-chain.
72+
Entropy V2 introduces a public Entropy Explorer, which will allow teams to easily track the status of their callbacks and re-request them if they fail on-chain. Here is the link to the [Explorer](https://entropy-explorer.pyth.network/).
7373

7474
This will help teams to easily track the status of their callbacks and re-request them if they fail on-chain.
7575

0 commit comments

Comments
 (0)