File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -1608,7 +1608,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
16081608 ] ,
16091609 } ,
16101610 {
1611- section : "VRF V2 [Legacy ]" ,
1611+ section : "VRF V2 [DEPRECATED ]" ,
16121612 contents : [
16131613 {
16141614 title : "VRF V2 Subscription Method" ,
@@ -2106,7 +2106,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
21062106 ] ,
21072107 [ SIDEBAR_SECTIONS . LEGACY ] : [
21082108 {
2109- section : "VRF V2 Subscription Method [Legacy ]" ,
2109+ section : "VRF V2 Subscription Method [DEPRECATED ]" ,
21102110 contents : [
21112111 {
21122112 title : "Migrate to VRF V2.5" ,
@@ -2143,7 +2143,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
21432143 ] ,
21442144 } ,
21452145 {
2146- section : "VRF V2 Direct Funding Method [Legacy ]" ,
2146+ section : "VRF V2 Direct Funding Method [DEPRECATED ]" ,
21472147 contents : [
21482148 {
21492149 title : "Migrate to VRF V2.5" ,
Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ metadata:
1616import VrfCommon from " @features/vrf/v2/common/VrfCommon.astro"
1717import { Aside , ClickToZoom } from " @components"
1818
19- <Aside type = " tip" title = " VRF V2.5 Direct Funding Method" >
20- Refer to the [ VRF V2.5 Direct Funding Method Introduction page] ( /vrf/v2-5/overview/direct-funding ) to learn how the
21- direct funding method works in VRF V2.5. To compare V2.5 and V2, refer to the [ migration
22- guide] ( /vrf/v2-5/migration-from-v2 ) .
19+ <Aside type = " caution" title = " Migrate to VRF V2.5" >
20+ VRF V2.5 replaces both VRF V1 and VRF V2 on November 29, 2024. [ Migrate to VRF V2.5] ( /vrf/v2-5/migration-from-v1 ) .
2321</Aside >
2422
2523<VrfCommon callout = " directFunding" />
Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ import VrfCommon from "@features/vrf/v2/common/VrfCommon.astro"
1717import { Aside , ClickToZoom } from " @components"
1818import { YouTube } from " @astro-community/astro-embed-youtube"
1919
20- <Aside type = " tip" title = " VRF V2.5 Subscription Method" >
21- Refer to the [ VRF V2.5 Subscription Method Introduction page] ( /vrf/v2-5/overview/subscription ) to learn how the
22- subscription method works in VRF V2.5. To compare V2.5 and V2, refer to the [ migration
23- guide] ( /vrf/v2-5/migration-from-v2 ) .
20+ <Aside type = " caution" title = " Migrate to VRF V2.5" >
21+ VRF V2.5 replaces both VRF V1 and VRF V2 on November 29, 2024. [ Migrate to VRF V2.5] ( /vrf/v2-5/migration-from-v1 ) .
2422</Aside >
2523
2624<VrfCommon callout = " subscription" />
You can’t perform that action at this time.
0 commit comments