Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 2800cbb

Browse files
committed
changed title to request callback variants
1 parent d3377f1 commit 2800cbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/entropy/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"newWindow": true
4848
},
4949
"examples": "Example Applications",
50-
"request-variants": "Request Variants",
50+
"request-callback-variants": "Request Callback Variants",
5151

5252
"-- Understanding Entropy": {
5353
"title": "Understanding Entropy",

pages/entropy/generate-random-numbers/evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function requestRandomNumber() external payable {
8282

8383
This method returns a sequence number and emits a [`Requested`](https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/ethereum/entropy_sdk/solidity/EntropyEventsV2.sol#L30) event. You can store this sequence number to identify the request in next step.
8484

85-
Note that there are several variants of `requestV2` that allow the caller to configure the provider fulfilling the request and the gas limit for the callback. Refer [request variants](../request-variants.mdx) for more details.
85+
Note that there are several variants of `requestV2` that allow the caller to configure the provider fulfilling the request and the gas limit for the callback. Refer [request variants](../request-callback-variants.mdx) for more details.
8686

8787
Please see the method documentation in the [IEntropyV2 interface](https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/ethereum/entropy_sdk/solidity/IEntropyV2.sol).
8888

pages/entropy/request-variants.mdx renamed to pages/entropy/request-callback-variants.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Request Variants
1+
# Request Callback Variants
22

33
The [`IEntropyV2`](https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/ethereum/entropy_sdk/solidity/IEntropyV2.sol) interface provides multiple variants of the `requestV2` function:
44

0 commit comments

Comments
 (0)