The Wayback Machine - https://web.archive.org/web/20220519181312/https://github.com/topics/brownie
Skip to content
#

brownie

Here are 977 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 brownie 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 brownie topic, visit your repo's landing page and select "manage topics."

Learn more