Skip to content

Commit 009e53f

Browse files
authored
Update request_and_read_randomness.py (#11)
Fix typo
1 parent 50dd3e7 commit 009e53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/request_and_read_randomness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def request_and_read_randomness():
88
ecosystem = networks.active_provider.network.ecosystem.name
99
chain_name = networks.active_provider.network.name
1010

11-
vrf_consumer = project.VRConsumerV2.deployments[-1]
11+
vrf_consumer = project.VRFConsumerV2.deployments[-1]
1212
request_tx = vrf_consumer.request_random_words(sender=account)
1313

1414
print("Request sent! Let's wait for a response...")

0 commit comments

Comments
 (0)