diff --git a/docs/guides/qrng/lottery-guide/index.md b/docs/guides/qrng/lottery-guide/index.md
index b45b12ba..77f8610e 100644
--- a/docs/guides/qrng/lottery-guide/index.md
+++ b/docs/guides/qrng/lottery-guide/index.md
@@ -76,7 +76,7 @@ helpful to take a little time to familiarize yourself if you haven't already.
uint256 public endTime; // datetime that current week ends and lottery is closable
uint256 public constant MAX_NUMBER = 10000; // highest possible number
address public constant airnodeAddress = 0x9d3C147cA16DB954873A498e0af5852AB39139f2;
- bytes32 public constant endpointId = 0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78;
+ bytes32 public constant endpointId = 0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36;
address payable public sponsorWallet;
```
diff --git a/docs/guides/qrng/qrng-remix/index.md b/docs/guides/qrng/qrng-remix/index.md
index bc1587f2..dd45c0c4 100644
--- a/docs/guides/qrng/qrng-remix/index.md
+++ b/docs/guides/qrng/qrng-remix/index.md
@@ -409,11 +409,11 @@ parameters that are needed.
(`0x6238772544f029ecaBfDED4300f13A3c4FE84E1D`→).
- `_endpointIdUint256`: The **Nodary** Airnode endpoint ID
- (`0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78`→)
+ (`0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36`→)
which will return a single random number.
- `_endpointIdUint256Array`: The **Nodary** Airnode endpoint ID
- (`0x27cc2713e7f968e4e86ed274a051a5c8aaee9cca66946f23af6f29ecea9704c3`→)
+ (`0x9877ec98695c139310480b4323b9d474d48ec4595560348a2341218670f7fbc2`→)
which will return an array of random numbers.
- `_sponsorWallet`: A wallet derived from the Airnode address and the Airnode
diff --git a/docs/reference/qrng/providers.md b/docs/reference/qrng/providers.md
index 1d45eafb..7d33a9b6 100644
--- a/docs/reference/qrng/providers.md
+++ b/docs/reference/qrng/providers.md
@@ -107,15 +107,15 @@ on [testnets](/reference/qrng/chains.md#nodary).
### `endpointIdUint256`
- 0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78
-
+ 0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36
+
### `endpointIdUint256Array`
- 0x27cc2713e7f968e4e86ed274a051a5c8aaee9cca66946f23af6f29ecea9704c3
-
+ 0x9877ec98695c139310480b4323b9d474d48ec4595560348a2341218670f7fbc2
+
## Quintessence Quantum Random Numbers