Skip to content

Commit

Permalink
Add V2.5 architecture diagrams (smartcontractkit#1972)
Browse files Browse the repository at this point in the history
* Add V2.5 architecture diagrams

* fix link
  • Loading branch information
thedriftofwords authored Jun 7, 2024
1 parent 6b64ab8 commit 4549424
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/content/vrf/v2-5/overview/direct-funding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Unlike the [subscription method](/vrf/v2-5/overview/subscription), the direct fu

## Request and receive data

Requests to Chainlink VRF v2.5 follow the [request and receive data cycle](/vrf/v2/direct-funding#request-and-receive-data) similarly to VRF V2.
Requests to Chainlink VRF v2.5 follow the request and receive data cycle similarly to VRF V2. This end-to-end diagram shows each step in the lifecycle of a VRF direct funding request:

<ClickToZoom src="/images/vrf/v2-5/direct-funding-architecture-diagram.png" />

Two types of accounts exist in the Ethereum ecosystem, and both are used in VRF:

Expand Down
4 changes: 3 additions & 1 deletion src/content/vrf/v2-5/overview/subscription.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ The gas price depends on current network conditions. The callback gas depends on

## Request and receive data

Requests to Chainlink VRF v2.5 follow the request and receive data cycle similarly to [VRF V2](/vrf/v2/subscription#request-and-receive-data).
Requests to Chainlink VRF v2.5 follow the request and receive data cycle similarly to VRF V2. This end-to-end diagram shows each step in the lifecycle of a VRF subscription request, and registering a smart contract with a VRF subscription account:

<ClickToZoom src="/images/vrf/v2-5/subscription-architecture-diagram.png" />

<Aside type="tip" title="Account types used in VRF">
Two types of accounts exist in the Ethereum ecosystem, and both are used in VRF:
Expand Down

0 comments on commit 4549424

Please sign in to comment.