Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions pages/entropy/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 1 addition & 3 deletions pages/entropy/whats-new-entropyv2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading