Skip to content

Update sdk-deprecation.mdx #1025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/builders/notices/sdk-deprecation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Loading