Skip to content

Commit 6d2a3ab

Browse files
committed
precommit
1 parent 5948a56 commit 6d2a3ab

File tree

1 file changed

+2
-1
lines changed
  • pages/entropy/generate-random-numbers

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The fee differs for every chain and also varies over time depending on the chain
6969
The current value for each chain can be found on the [Current Fees](../current-fees) page.
7070
However, you should use the on-chain method [`getFeeV2`](https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/ethereum/entropy_sdk/solidity/IEntropy.sol#L101) to compute the required fee and send it as the value of the `requestV2` call.
7171

72-
These methods use the default randomness provider ([see here](#randomness-providers) for more info on providers).
72+
These methods use the default randomness provider ([see here](#randomness-providers) for more info on providers).
7373

7474
```solidity copy
7575
function requestRandomNumber() external payable {
@@ -165,6 +165,7 @@ Check the [Current Fees](../current-fees) to find the current fee for each provi
165165
Check out the [Best Practices](../best-practices) guide for tips to limit gas usage, or generate multiple random numbers in a single transaction.
166166

167167
### Randomness providers
168+
168169
Some methods on Entropy require selecting a **randomness provider**. The randomness provider is a third-party
169170
who participates in the generation process. Each provider is identified by an address and hosts
170171
a keeper service for fullfilling requests.

0 commit comments

Comments
 (0)