Random, Upkeep, Mock Ready

This commit is contained in:
2024-08-11 07:38:17 +08:00
parent 255dc6e19b
commit 5df036c2c1
9 changed files with 98 additions and 69 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ contract Raffle is VRFConsumerBaseV2Plus, AutomationCompatibleInterface {
/* Function */
constructor(
address vrfCoordinatorV2,
uint64 subscriptionId,
uint256 subscriptionId,
bytes32 gasLane, // keyHash
uint256 interval,
uint256 entranceFee,