Skip to content

Commit 4d81745

Browse files
authored
better links to explorer (#817)
1 parent 3637349 commit 4d81745

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pages/entropy/_meta.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@
3535
"best-practices": "Best Practices",
3636
"contract-addresses": "Contract & Provider Addresses",
3737
"current-fees": "Current Fees",
38+
"error-codes": "Error Codes",
39+
"entropy-explorer": {
40+
"title": "Entropy Explorer ↗",
41+
"href": "https://entropy-explorer.pyth.network/",
42+
"newWindow": true
43+
},
3844
"fortuna-api-explorer": {
39-
"title": "Fortuna API Explorer",
45+
"title": "Fortuna API Reference",
4046
"href": "https://fortuna.dourolabs.app/docs/",
4147
"newWindow": true
4248
},
43-
"error-codes": "Error Codes",
4449
"examples": "Example Applications",
4550

4651
"-- Understanding Entropy": {

pages/entropy/whats-new-entropyv2.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ This will help teams to easily track the status of their callbacks and re-reques
6969

7070
### Entropy Explorer
7171

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/).
73-
74-
This will help teams to easily track the status of their callbacks and re-request them if they fail on-chain.
72+
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.
7573

7674
## Additional Resources
7775

0 commit comments

Comments
 (0)