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

Clarify constructor arguments of VRFV2CoordinatorMock #113

Closed andrejrakic closed 2 years ago

andrejrakic commented 2 years ago

Description

This tiny PR aims to clarify the constructor arguments of the VRFV2CoordinatorMock smart contract.

Related issues