smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

fulfillRandomWords(...) not called #107

Open haixiang1977 opened 2 years ago

haixiang1977 commented 2 years ago

I have very similar code as VRFD20.sol and I subscribed chainlink and deployed the contract.

I can see the link fee has been paid but the fulfillRandomWords(...) not get called because I don't see my log DiceLanded in this funciton. .

EDIT: Removed zip file for security reasons.

haixiang1977 commented 2 years ago

I also adjusted the uint32 callbackGasLimit = 100000 but not help.

andrejrakic commented 2 years ago

@haixiang1977, would you be kind to provide the necessary parts of the codebase in Markdown? Zip files are not really helpful. Thanks

PatrickAlphaC commented 2 years ago

EDIT: Removed zip file for security reasons.