From 2ca2304a1ce8567fb7695bd53cd34bd4b693f979 Mon Sep 17 00:00:00 2001 From: Crystal Gomes Date: Tue, 21 May 2024 11:09:30 -0400 Subject: [PATCH 1/2] Add Amoy to VRF V2 supported networks (#1953) * Add Amoy to VRF V2 supported networks * fix import * Delete unnecessary notice Co-authored-by: Dwight Lyle * Delete other unnecessary notice Co-authored-by: Dwight Lyle --------- Co-authored-by: Dwight Lyle --- .../v2/direct-funding/supported-networks.mdx | 20 ++++++++++++++++++- .../v2/subscription/supported-networks.mdx | 16 +++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/src/content/vrf/v2/direct-funding/supported-networks.mdx b/src/content/vrf/v2/direct-funding/supported-networks.mdx index e0d8e7bdc2d..a4dc683ac3e 100644 --- a/src/content/vrf/v2/direct-funding/supported-networks.mdx +++ b/src/content/vrf/v2/direct-funding/supported-networks.mdx @@ -10,7 +10,7 @@ metadata: import Vrf2_5Common from "@features/vrf/v2-5/Vrf2_5Common.astro" import ResourcesCallout from "@features/resources/callouts/ResourcesCallout.astro" -import { Address, Aside } from "@components" +import { Address, Aside, CopyText } from "@components" @@ -152,6 +152,24 @@ Testnet LINK is available from https://faucets.chain.link/bnb-chain-testnet | Wrapper Gas overhead | 40000 | | Coordinator Gas Overhead | 90000 | +### Polygon Amoy testnet + + + + +| Item | Value | +| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| LINK Token |
| +| VRF Coordinator |
| +| 500 gwei Key Hash | | +| Premium | 0.0005 LINK | +| Max Gas Limit | 2,500,000 | +| Minimum Confirmations | 3 | +| Maximum Confirmations | 200 | +| Maximum Random Values | 10 | +| Wrapper Gas overhead | 40000 | +| Coordinator Gas Overhead | 90000 | + ### Avalanche mainnet diff --git a/src/content/vrf/v2/subscription/supported-networks.mdx b/src/content/vrf/v2/subscription/supported-networks.mdx index e71c413cea9..b0bf8cac711 100644 --- a/src/content/vrf/v2/subscription/supported-networks.mdx +++ b/src/content/vrf/v2/subscription/supported-networks.mdx @@ -136,6 +136,22 @@ Testnet LINK is available from https://faucets.chain.link/bnb-chain-testnet | Maximum Confirmations | 200 | | Maximum Random Values | 500 | +### Polygon Amoy testnet + + + + +| Item | Value | +| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| LINK Token |
| +| VRF Coordinator |
| +| 500 gwei Key Hash | | +| Premium | 0.0005 LINK | +| Max Gas Limit | 2,500,000 | +| Minimum Confirmations | 3 | +| Maximum Confirmations | 200 | +| Maximum Random Values | 500 | + ### Avalanche mainnet From 8010fcbd199828aef49353c1d197ab996e296556 Mon Sep 17 00:00:00 2001 From: Crystal Gomes Date: Fri, 24 May 2024 12:59:14 -0400 Subject: [PATCH 2/2] Reflect gas lane change in V2.5 (#1955) --- src/content/vrf/v2-5/supported-networks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/vrf/v2-5/supported-networks.mdx b/src/content/vrf/v2-5/supported-networks.mdx index b2095fb311f..a2ea0f1350a 100644 --- a/src/content/vrf/v2-5/supported-networks.mdx +++ b/src/content/vrf/v2-5/supported-networks.mdx @@ -90,7 +90,7 @@ VRF v2.5 coordinators for subscription funding are available on several networks | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | LINK Token |
| | VRF Coordinator |
| -| 750 gwei Key Hash | | +| 100 gwei Key Hash | | | Premium percentage
(paying with Sepolia ETH) | 24 | | Premium percentage
(paying with testnet LINK) | 20 | | Max Gas Limit | 2,500,000 | @@ -104,7 +104,7 @@ VRF v2.5 coordinators for subscription funding are available on several networks | LINK Token |
| | VRF Wrapper |
| | VRF Coordinator |
| -| 750 gwei Key Hash | | +| 100 gwei Key Hash | | | Premium percentage
(paying with Sepolia ETH) | 24 | | Premium percentage
(paying with testnet LINK) | 20 | | Minimum Confirmations | 3 |