Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 5_oracles-supra-vrf.md #1506

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading