From 363806560fc2060a2174a121435e8f1ef91c19bf Mon Sep 17 00:00:00 2001 From: Crystal Gomes Date: Wed, 8 May 2024 15:38:05 -0400 Subject: [PATCH] Migration - small text correction (#1937) --- src/content/vrf/v2-5/migration-from-v2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/vrf/v2-5/migration-from-v2.mdx b/src/content/vrf/v2-5/migration-from-v2.mdx index fcd2e9eef49..4153f36869a 100644 --- a/src/content/vrf/v2-5/migration-from-v2.mdx +++ b/src/content/vrf/v2-5/migration-from-v2.mdx @@ -90,7 +90,7 @@ For direct funding, the configurations for overhead gas have changed: ## Migration walkthrough -VRF v2.5 currently supports subscriptions on all [supported networks](/vrf/v2-5/supported-networks) and direct funding on Arbitrum Sepolia. To migrate, you need to [update your existing smart contract code](#update-your-code) and redeploy your contracts. +VRF v2.5 currently supports subscriptions and direct funding on all [supported networks](/vrf/v2-5/supported-networks). To migrate, you need to [update your existing smart contract code](#update-your-code) and redeploy your contracts. If using subscriptions, [create and fund a new VRF v2.5 subscription](/vrf/v2-5/subscription/create-manage).