Skip to content

Commit b4ae48c

Browse files
docs(entropy): update testnet block delays to match mainnets and remove safe block references
Co-Authored-By: Amin Moghaddam <[email protected]>
1 parent 736822f commit b4ae48c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pages/entropy/contract-addresses.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ import EntropyDeploymentTable from "../../components/EntropyDeploymentTable";
1717
**The default provider for above mainnet chains is `0x52DeaA1c84233F7bb8C8A45baeDE41091c616506`.**
1818

1919
The default provider on mainnet has a reveal delay to avoid changes on the outcome of the Entropy request because of block reorgs.
20-
The reveal delay can be a number of blocks (measured from the `latest` block) or `safe` which means the reveal will be delayed until the request transaction is included in a block with `safe` tag.
21-
Read [here](https://www.alchemy.com/overviews/ethereum-commitment-levels) for more information on commitment levels.
20+
The reveal delay is a number of blocks measured from the `latest` block.
2221

2322
The default provider fulfills the request by sending a transaction with a gas limit as mentioned in above table. Entropy callbacks the consumer as part of this transaction.
2423

@@ -30,11 +29,11 @@ The default provider fulfills the request by sending a transaction with a gas li
3029
([k, v]) => v.network === "testnet"
3130
)
3231
)}
33-
showReveal={false}
32+
showReveal={true}
3433
/>
3534

3635
**The default provider for above testnet chains is `0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344`.**
3736

38-
The default provider on testnet **doesn't have a reveal delay**. It reveals the commitment as soon as the request transaction is included in a block.
37+
The default provider on testnet has reveal delays identical to the corresponding mainnet chains to ensure consistent behavior across environments.
3938

4039
The default provider fulfills the request by sending a transaction with a gas limit as mentioned in above table. Entropy callbacks the consumer as part of this transaction.

0 commit comments

Comments
 (0)