You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/entropy/contract-addresses.mdx
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ import EntropyDeploymentTable from "../../components/EntropyDeploymentTable";
17
17
**The default provider for above mainnet chains is `0x52DeaA1c84233F7bb8C8A45baeDE41091c616506`.**
18
18
19
19
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.
22
21
23
22
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.
24
23
@@ -30,11 +29,11 @@ The default provider fulfills the request by sending a transaction with a gas li
30
29
([k, v]) =>v.network==="testnet"
31
30
)
32
31
)}
33
-
showReveal={false}
32
+
showReveal={true}
34
33
/>
35
34
36
35
**The default provider for above testnet chains is `0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344`.**
37
36
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.
39
38
40
39
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