Skip to content

Commit

Permalink
Update 5_oracles-supra-vrf.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Dec 29, 2024
1 parent a355227 commit 30d6364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/base-docs/tutorials/docs/5_oracles-supra-vrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ contract RNGContract {
:::caution
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.supra.com/oracles/dvrf/v2-guide#step-1-create-the-supra-router-contract-interface-1) 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.
:::
Expand Down Expand Up @@ -408,4 +408,4 @@ Congratulations! You have successfully deployed and interacted with a smart cont
To learn more about VRF and using Supra dVRF to generate random numbers within your smart contracts on Base, check out the following resources:

- [Oracles](https://docs.base.org/tools/oracles)
- [Supra dVRF - Developer Guide V2](https://supraoracles.com/docs/vrf/v2-guide)
- [Supra dVRF - Developer Guide V2](https://docs.supra.com/oracles/dvrf/v2-guide)

0 comments on commit 30d6364

Please sign in to comment.