Skip to content

Commit

Permalink
button label
Browse files Browse the repository at this point in the history
  • Loading branch information
RNRetailer committed Aug 6, 2024
1 parent f0f0cd5 commit 9b19118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnr-test-website-sepolia/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h6>Connect MetaMask then click the buttons to perform actions.</h6>
<!-- Button -->
<div class="form-group" style="margin-bottom:15px;">
<div class="col-md-6" style="margin-top:15px;">
<button type="button" onclick="requestRandomNumbersSynchronousUsingVRFv2Seed()" id="requestRandomNumbersSynchronousUsingVRFv2SeedButton" name="requestRandomNumbersSynchronousUsingVRFv2SeedButton" class="btn btn-primary">Request Random Numbers Synchronous Using VRF v2 Seed (more secure, takes longer. Wait for VM above to load before calling.)</button>
<button type="button" onclick="requestRandomNumbersSynchronousUsingVRFv2Seed()" id="requestRandomNumbersSynchronousUsingVRFv2SeedButton" name="requestRandomNumbersSynchronousUsingVRFv2SeedButton" class="btn btn-primary">Request Random Numbers Synchronous Using VRF v2 Seed (more secure, takes longer)</button>
</div>
</div>
</form>
Expand Down

0 comments on commit 9b19118

Please sign in to comment.