Skip to content
#

infura

Here are 239 public repositories matching this topic...

micha1805
micha1805 commented Apr 26, 2022

There is a little typo in the following file :

scripts/vrf_scripts/01_deploy_vrf.py

The deploy function is called :

depoly_vrf()

It should obviously be called :

deploy_vrf()

It's nearly invisible because as it's called the same way in the main function it's still working properly:

def main():
    depoly_vrf()

Have a good day!

good first issue

Improve this page

Add a description, image, and links to the infura topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infura topic, visit your repo's landing page and select "manage topics."

Learn more