From 59f4430cba79dd806bdb0d273344111a2ef5ea68 Mon Sep 17 00:00:00 2001 From: James Kim Date: Fri, 30 Aug 2024 09:31:31 -0700 Subject: [PATCH] add deprecation notice to docs --- site/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/index.md b/site/index.md index b742c73..3950247 100644 --- a/site/index.md +++ b/site/index.md @@ -1,5 +1,9 @@ # OP Viem +## 🚨 DEPRECATION WARNING 🚨 + +With the upstreaming of most op-viem features into [Viem](https://viem.sh/op-stack) consider this library deprecated. We recommend using [Viem's native OP Stack support](https://viem.sh/op-stack) instead. + ## Overview op-viem is a TypeScript extension for [Viem](https://viem.sh) that provides actions for working with [OP Stack](https://stack.optimism.io/) L2 chains such as [Optimism](https://community.optimism.io/docs/useful-tools/networks/) and [Base](https://docs.base.org/).