diff --git a/pages/entropy/_meta.json b/pages/entropy/_meta.json index 9ac816bd..3ed7038a 100644 --- a/pages/entropy/_meta.json +++ b/pages/entropy/_meta.json @@ -35,12 +35,17 @@ "best-practices": "Best Practices", "contract-addresses": "Contract & Provider Addresses", "current-fees": "Current Fees", + "error-codes": "Error Codes", + "entropy-explorer": { + "title": "Entropy Explorer ↗", + "href": "https://entropy-explorer.pyth.network/", + "newWindow": true + }, "fortuna-api-explorer": { - "title": "Fortuna API Explorer ↗", + "title": "Fortuna API Reference ↗", "href": "https://fortuna.dourolabs.app/docs/", "newWindow": true }, - "error-codes": "Error Codes", "examples": "Example Applications", "-- Understanding Entropy": { diff --git a/pages/entropy/whats-new-entropyv2.mdx b/pages/entropy/whats-new-entropyv2.mdx index a26ad786..17d2c2c8 100644 --- a/pages/entropy/whats-new-entropyv2.mdx +++ b/pages/entropy/whats-new-entropyv2.mdx @@ -69,9 +69,7 @@ This will help teams to easily track the status of their callbacks and re-reques ### Entropy Explorer -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. +Entropy V2 introduces the [Entropy Explorer](https://entropy-explorer.pyth.network/), which allows teams to easily track the status of callbacks and inspect errors in their callback code. ## Additional Resources