From a181ad4bb78be4f43d5ffc436e214db180bff737 Mon Sep 17 00:00:00 2001 From: nidhi-singh02 Date: Mon, 25 Aug 2025 11:59:04 +0400 Subject: [PATCH 1/2] add entropy explorer link --- pages/entropy/debug-callback-failures.mdx | 2 +- pages/entropy/whats-new-entropyv2.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/entropy/debug-callback-failures.mdx b/pages/entropy/debug-callback-failures.mdx index 231a3453..ce81d7b4 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -4,7 +4,7 @@ import { Callout } from "nextra/components"; **Quick Debug Tool**: Use the [Entropy - Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and + Explorer](https://entropy-debugger.pyth.network/) to quickly diagnose and resolve callback issues. diff --git a/pages/entropy/whats-new-entropyv2.mdx b/pages/entropy/whats-new-entropyv2.mdx index 4da6fcbb..556f45de 100644 --- a/pages/entropy/whats-new-entropyv2.mdx +++ b/pages/entropy/whats-new-entropyv2.mdx @@ -67,9 +67,9 @@ This updated `Revealed` event This will help teams to easily track the status of their callbacks and re-request them if they fail on-chain. -### Upcoming Public Entropy Explorer +### Entropy Explorer -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. +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/). This will help teams to easily track the status of their callbacks and re-request them if they fail on-chain. From e6c8558117e00afd4be6e687ea07cdad109ba110 Mon Sep 17 00:00:00 2001 From: nidhi-singh02 Date: Mon, 25 Aug 2025 12:05:06 +0400 Subject: [PATCH 2/2] replace text in other places --- pages/entropy/whats-new-entropyv2.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/entropy/whats-new-entropyv2.mdx b/pages/entropy/whats-new-entropyv2.mdx index 556f45de..a26ad786 100644 --- a/pages/entropy/whats-new-entropyv2.mdx +++ b/pages/entropy/whats-new-entropyv2.mdx @@ -3,13 +3,13 @@ Entropy V2 is a major update to the Pyth Randomness Protocol. It introduces a series of developer experience improvements, shaped directly by the feedback of teams using it in production: -configurable & customizable gas limits for callbacks, adding callback statuses, and an upcoming public Entropy Explorer. +configurable & customizable gas limits for callbacks, adding callback statuses, and an Entropy Explorer. ## What's New - [Configurable Gas Limits for Callbacks](#configurable-gas-limits-for-callbacks) - [Enhanced Callback Statuses](#enhanced-callback-statuses) -- [Upcoming Public Entropy Explorer](#upcoming-public-entropy-explorer) +- [Entropy Explorer](#entropy-explorer) ### Configurable Gas Limits for Callbacks