Skip to content

Commit 6533bfd

Browse files
committed
indexing
1 parent 34c997c commit 6533bfd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pages/entropy/_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"href": "https://fortuna.dourolabs.app/docs/",
3939
"newWindow": true
4040
},
41+
"error-codes": "Error Codes",
4142
"examples": "Example Applications",
4243

4344
"-- Understanding Entropy": {

pages/entropy/error-codes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This information is derived from [EntropyErrors.sol](https://github.com/pyth-net
55
in the Pyth EntropySDK and can be used to decode error codes programmatically.
66

77
| Error Codes | Error | Error Description |
8-
| ----------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
8+
| ----------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
99
| 0xd82dd966 | AssertionFailure() | Contract invariant failed. |
1010
| 0xda041bdf | ProviderAlreadyRegistered() | Provider already registered. |
1111
| 0xdf51c431 | NoSuchProvider() | Requested Provider does not exist. |
@@ -16,6 +16,6 @@ in the Pyth EntropySDK and can be used to decode error codes programmatically.
1616
| 0xb463ce7a | InvalidUpgradeMagic() | Governance message is invalid. |
1717
| 0x82b42900 | Unauthorized() | `msg.sender` is not allowed to invoke this method. |
1818
| 0x92555c0e | BlockhashUnavailable() | Blockhash is 0. |
19-
| 0x50f0dc92 | InvalidRevealCall() | Invalid reveal call method. If a request was made using `requestWithCallback`, request should be fulfilled using `revealWithCallback`else if a request was made using `request`, request should be fulfilled using `reveal` | |
19+
| 0x50f0dc92 | InvalidRevealCall() | Invalid reveal call method. If a request was made using `requestWithCallback`, request should be fulfilled using `revealWithCallback`else if a request was made using `request`, request should be fulfilled using `reveal` |
2020
| 0xb28d9c76 | LastRevealedTooOld() | Last random number revealed is too old. |
2121
| 0x5e5b3f1b | UpdateTooOld() | More recent commitment already revealed on-chain. |

0 commit comments

Comments
 (0)