From a7b085d345f67b1b254c9a42374fd23078b6f032 Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:02:18 -0700 Subject: [PATCH 1/3] Update sdk-deprecation.mdx --- pages/builders/notices/sdk-deprecation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/notices/sdk-deprecation.mdx b/pages/builders/notices/sdk-deprecation.mdx index b67ba7eff..f7316efd2 100644 --- a/pages/builders/notices/sdk-deprecation.mdx +++ b/pages/builders/notices/sdk-deprecation.mdx @@ -67,6 +67,6 @@ Node operators should take the following steps: For further assistance or questions about this migration, feel free to reach through the following channels: -* Join our [community forum](https://community.optimism.io/) for discussions and support * Connect with us on [Discord](https://discord.gg/optimism) for community support +* Ask a question on our [developer forum](https://github.com/ethereum-optimism/developers/discussions) for discussions and support * Open an [issue on our GitHub repository](https://github.com/ethereum-optimism/docs/issues) for documentation-related concerns From 7519c7dcd32bad1ca9075effec902502bddffbfe Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:08:48 -0600 Subject: [PATCH 2/3] linking to viem --- pages/builders/notices/sdk-deprecation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/notices/sdk-deprecation.mdx b/pages/builders/notices/sdk-deprecation.mdx index f7316efd2..9521d6092 100644 --- a/pages/builders/notices/sdk-deprecation.mdx +++ b/pages/builders/notices/sdk-deprecation.mdx @@ -10,7 +10,7 @@ The Optimism SDK will officially be deprecated in Q1 2025. The project is shifti ### Breaking changes to expect -The migration from the Optimism SDK to `viem` library brings several breaking changes: +The migration from the Optimism SDK to [viem](https://viem.sh/op-stack) library brings several breaking changes: * **Transaction estimation**: Methods for estimating gas fees will now leverage `viem` APIs. * **Bridging**: All token bridging actions must be updated to use the `viem` library bridging methods. From e9607554eaf5763578b4090f3bcb25f7763e75c6 Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:18:23 -0600 Subject: [PATCH 3/3] Update pages/builders/notices/sdk-deprecation.mdx Co-authored-by: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> --- pages/builders/notices/sdk-deprecation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/notices/sdk-deprecation.mdx b/pages/builders/notices/sdk-deprecation.mdx index 9521d6092..4ec4765e9 100644 --- a/pages/builders/notices/sdk-deprecation.mdx +++ b/pages/builders/notices/sdk-deprecation.mdx @@ -68,5 +68,5 @@ Node operators should take the following steps: For further assistance or questions about this migration, feel free to reach through the following channels: * Connect with us on [Discord](https://discord.gg/optimism) for community support -* Ask a question on our [developer forum](https://github.com/ethereum-optimism/developers/discussions) for discussions and support +* Join us on our [developer forum](https://github.com/ethereum-optimism/developers/discussions) for discussions, questions, and general support. * Open an [issue on our GitHub repository](https://github.com/ethereum-optimism/docs/issues) for documentation-related concerns