Skip to content

Commit 03dc9b0

Browse files
authored
docs(fortuna): Add comments regarding delays on fortuna (#203)
1 parent 95fb1f2 commit 03dc9b0

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

pages/entropy/contract-addresses.mdx

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22

33
## Mainnets
44

5-
| Chain Id | Entropy Contract Address |
6-
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
7-
| lightlink-phoenix | [`0x98046Bd286715D3B0BC227Dd7a956b83D8978603`](https://phoenix.lightlink.io/address/0x98046Bd286715D3B0BC227Dd7a956b83D8978603) |
8-
| chiliz | [`0x0708325268dF9F66270F1401206434524814508b`](https://scan.chiliz.com/address/0x0708325268dF9F66270F1401206434524814508b) |
9-
| arbitrum | [`0x7698E925FfC29655576D0b361D75Af579e20AdAc`](https://arbiscan.io/address/0x7698E925FfC29655576D0b361D75Af579e20AdAc) |
10-
| optimism | [`0xdF21D137Aadc95588205586636710ca2890538d5`](https://optimistic.etherscan.io/address/0xdF21D137Aadc95588205586636710ca2890538d5) |
11-
| mode | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://explorer.mode.network/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
12-
| blast | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://blastscan.io/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |
5+
| Chain Id | Entropy Contract Address | Reveal Delay |
6+
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------ |
7+
| lightlink-phoenix | [`0x98046Bd286715D3B0BC227Dd7a956b83D8978603`](https://phoenix.lightlink.io/address/0x98046Bd286715D3B0BC227Dd7a956b83D8978603) | 1 block |
8+
| chiliz | [`0x0708325268dF9F66270F1401206434524814508b`](https://scan.chiliz.com/address/0x0708325268dF9F66270F1401206434524814508b) | 12 blocks |
9+
| arbitrum | [`0x7698E925FfC29655576D0b361D75Af579e20AdAc`](https://arbiscan.io/address/0x7698E925FfC29655576D0b361D75Af579e20AdAc) | 6 blocks |
10+
| optimism | [`0xdF21D137Aadc95588205586636710ca2890538d5`](https://optimistic.etherscan.io/address/0xdF21D137Aadc95588205586636710ca2890538d5) | Until `safe` |
11+
| mode | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://explorer.mode.network/address/0x8D254a21b3C86D32F7179855531CE99164721933) | Until `safe` |
12+
| blast | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://blastscan.io/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) | Until `safe` |
1313

1414
The default provider for above mainnet chains is `0x52DeaA1c84233F7bb8C8A45baeDE41091c616506`. The Fortuna URL for the default provider is `https://fortuna.dourolabs.app/v1/chains/<chain>`,
1515
where `<chain>` is the chain id from the leftmost column.
1616

17+
The default provider on mainnet has a reveal delay to avoid changes on the outcome of the Entropy request because of block reorgs.
18+
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.
19+
Read [here](https://www.alchemy.com/overviews/ethereum-commitment-levels) for more information on commitment levels.
20+
1721
## Testnets
1822

1923
| Chain Id | Entropy Contract Address |
@@ -33,3 +37,5 @@ where `<chain>` is the chain id from the leftmost column.
3337

3438
The default provider for above testnet chains is `0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344`. The Fortuna URL for the default provider is `https://fortuna-staging.dourolabs.app/v1/chains/<chain>`,
3539
where `<chain>` is the chain id from the leftmost column.
40+
41+
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.

0 commit comments

Comments
 (0)