From 22b2813baafd539f7699d032676094d1b7a001f7 Mon Sep 17 00:00:00 2001 From: NikolaiKryshnev <63440682+NikolaiKryshnev@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:38:00 +0300 Subject: [PATCH] Update generate-random-numbers-contracts.md --- docs/learn/foundry/generate-random-numbers-contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/foundry/generate-random-numbers-contracts.md b/docs/learn/foundry/generate-random-numbers-contracts.md index 85263849..3dc0d73a 100644 --- a/docs/learn/foundry/generate-random-numbers-contracts.md +++ b/docs/learn/foundry/generate-random-numbers-contracts.md @@ -291,7 +291,7 @@ contract RNGContract { You must whitelist this smart contract under the wallet address you registered with Supra, and deposit funds to be paid for the gas fees associated with transactions for your callback function. -Follow the [guidance steps](https://supraoracles.com/docs/vrf/v2-guide#step-1-create-the-supra-router-contract-interface-1) provided by Supra for whitelisting your contract and depositing funds. +Follow the [guidance steps](https://docs.arbitrum.io/for-devs/oracles/supra/supras-vrf) provided by Supra for whitelisting your contract and depositing funds. If you have not yet registered your wallet with Supra, see the [Prerequisites](#prerequisites) section.