Skip to content

Commit c4747b9

Browse files
Unhide page
1 parent 5b4ff1e commit c4747b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
53.7 KB
Loading

src/content/vrf/v2-5/subscription/_test-locally.mdx renamed to src/content/vrf/v2-5/subscription/test-locally.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Open _VRFv2_5Consumer_ and compile in Remix:
4646

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

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

5151
### Deploy VRFCoordinatorV2_5Mock
5252

5353
1. Open _VRFCoordinatorV2_5Mock.sol_.
5454

5555
1. Under _DEPLOY & RUN TRANSACTIONS_, select _VRFCoordinatorV2_5Mock_.
5656

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

5959
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`.
6060

0 commit comments

Comments
 (0)