Clarity on hardcoded value comment in VRF contract #64
Unanswered
dominictobias
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for this starter.
Over here: https://github.com/smartcontractkit/hardhat-starter-kit/blob/main/contracts/RandomNumberConsumer.sol#L6
It says "THIS IS AN EXAMPLE CONTRACT WHICH USES HARDCODED VALUES FOR CLARITY. PLEASE DO NOT USE THIS CODE IN PRODUCTION." However there are no hardcoded values there. Is it referring to the variables that are set once by the constructor?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions