From b4ae48cfd44c7f2ee30f51c7e50a7bee40498595 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:35:09 +0000 Subject: [PATCH] docs(entropy): update testnet block delays to match mainnets and remove safe block references Co-Authored-By: Amin Moghaddam --- pages/entropy/contract-addresses.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/entropy/contract-addresses.mdx b/pages/entropy/contract-addresses.mdx index adb380af..85e5c4cd 100644 --- a/pages/entropy/contract-addresses.mdx +++ b/pages/entropy/contract-addresses.mdx @@ -17,8 +17,7 @@ import EntropyDeploymentTable from "../../components/EntropyDeploymentTable"; **The default provider for above mainnet chains is `0x52DeaA1c84233F7bb8C8A45baeDE41091c616506`.** The default provider on mainnet has a reveal delay to avoid changes on the outcome of the Entropy request because of block reorgs. -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. -Read [here](https://www.alchemy.com/overviews/ethereum-commitment-levels) for more information on commitment levels. +The reveal delay is a number of blocks measured from the `latest` block. 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. @@ -30,11 +29,11 @@ The default provider fulfills the request by sending a transaction with a gas li ([k, v]) => v.network === "testnet" ) )} - showReveal={false} + showReveal={true} /> **The default provider for above testnet chains is `0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344`.** -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. +The default provider on testnet has reveal delays identical to the corresponding mainnet chains to ensure consistent behavior across environments. 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.