PatrickAlphaC / nft-demo

37 stars 51 forks source link

Working with VRFcoordinatorV2Mock doesn't work? #17

Open Amirghk opened 2 years ago

Amirghk commented 2 years ago

when i try to run create_collectible with vrfV2Mock configured it gives me the error: brownie.exceptions.VirtualMachineError: revert: typed error: 0x1f6a65b6

it works fine with the actual VRFCoordinatorV2 on rinkeby

PatrickAlphaC commented 2 years ago

For the freecodecamp video, could you use VRF V1?

Amirghk commented 2 years ago

yea that works i just wanted to try the v2!