Skip to content

Commit

Permalink
Unhide page
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords committed May 21, 2024
1 parent 5b4ff1e commit c4747b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/images/vrf/v2-5/mock/file-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ Open _VRFv2_5Consumer_ and compile in Remix:

Your RemixIDE file explorer should display _VRFCoordinatorV2_5Mock.sol_ and _VRFv2_5Consumer.sol_:

<ClickToZoom src="/images/vrf/mock/v2-subscription-remix-fileexplorer.jpg" />
<ClickToZoom src="/images/vrf/v2-5/mock/file-explorer.png" />

### Deploy VRFCoordinatorV2_5Mock

1. Open _VRFCoordinatorV2_5Mock.sol_.

1. Under _DEPLOY & RUN TRANSACTIONS_, select _VRFCoordinatorV2_5Mock_.

<ClickToZoom src="/images/vrf/mock/v2-deploymock.jpg" />
<ClickToZoom src="/images/vrf/v2-5/mock/deployment-contracts-list.png" />

1. Under _DEPLOY_, fill in the `_BASEFEE` and `_GASPRICELINK`. These variables are used in the _VRFCoordinatorV2_5Mock_ contract to represent the base fee and the gas price (in LINK tokens) for the VRF requests. You can set: `_BASEFEE=100000000000000000` and `_GASPRICELINK=1000000000`.

Expand Down

0 comments on commit c4747b9

Please sign in to comment.