Skip to content

Commit

Permalink
Scripting vrfv2 deployment for kovan (#5039)
Browse files Browse the repository at this point in the history
* Poor mans gauntlet

* Linting
  • Loading branch information
connorwstein authored Sep 29, 2021
1 parent e2652af commit 9ad6e23
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/src/v0.8/tests/VRFSingleConsumerExample.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ contract VRFSingleConsumerExample is VRFConsumerBaseV2 {
uint32 numWords;
bytes32 keyHash;
}
RequestConfig s_requestConfig;
uint256[] s_randomWords;
uint256 s_requestId;
RequestConfig public s_requestConfig;
uint256[] public s_randomWords;
uint256 public s_requestId;

constructor(
address vrfCoordinator,
Expand Down
Loading

0 comments on commit 9ad6e23

Please sign in to comment.