Closed yasinahmed81 closed 1 year ago
Hmm.... VRFv1 likely doesn't work on goerli. We'd have to use VRFv2...
Thanks Patrick.
For those working on this project on the Goerli network, ensure your config looks like so:
goerli:
vrf_coordinator: "0x2bce784e69d2Ff36c71edcB9F88358dB0DfB55b4"
link_token: "0x326C977E6efc84E512bB9C30f76E30c160eD06FB"
keyhash: "0x0476f9a745b61ea5c0ab224d3a6e4c99f0b02fce4da01143a4f70aa80ae76e8a"
fee: 300000000000000000 # 0.3
eth_usd_price_feed: '0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e'
verify: True
@PatrickAlphaC VRFv1
does actually work with Goerli, I just had my config setup with different vrf_ccordinator
and keyhash
values which I took from here.
But I saw that from your NFT-Demo project the config was different, and when I used those settings back in this project, it worked!
Hello,
When I run the completed project on the Goerli testnet, I am getting a gas estimation failed error, please see below:
Anyone know how to fix this?
Thanks in advance.