Skip to content

Commit 924eceb

Browse files
committed
Used sentence case for headers
1 parent cdeb332 commit 924eceb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/builders/notices/sdk-deprecation.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: This page outlines the details of the Optimism SDK deprecation and
88

99
The Optimism SDK will officially be deprecated in Q1 2025. The project is shifting to the `viem` library for a more modern, efficient, and flexible development experience. This change affects all tutorials and resources that previously relied on the Optimism SDK, and relevant documentation has been updated accordingly.
1010

11-
### Breaking Changes to Expect
11+
### Breaking changes to expect
1212

1313
The migration from the Optimism SDK to `viem` library brings several breaking changes:
1414

@@ -19,7 +19,7 @@ The migration from the Optimism SDK to `viem` library brings several breaking ch
1919

2020
Developers and users are strongly encouraged to transition to `viem` before the deprecation date to avoid disruptions.
2121

22-
### Updated Tutorials
22+
### Updated tutorials
2323

2424
We are updating our tutorials to use the `viem` library.
2525

@@ -52,7 +52,7 @@ We are updating our tutorials to use the `viem` library.
5252
* [Communicating Between OP Mainnet and Ethereum in Solidity](../tutorials/cross-chain-solidity)\
5353
Cross-chain communication now leverages `opstack` for all messaging. */}
5454

55-
### For App Developers
55+
### For app developers
5656

5757
If your application currently depends on the Optimism SDK, you will need to migrate to using the `viem` library.
5858
The tutorials have been updated to reflect these changes, and it is critical to update your applications before the deprecation date to maintain compatibility.
@@ -70,7 +70,7 @@ Install new dependencies: Replace the Optimism SDK with `viem` in your project.
7070
* Migrate SDK methods: Refactor your code to use equivalent `viem` methods. Refer to the viem documentation and opstack documentation for guidance.
7171
* Test thoroughly: After migration, extensively test your application to ensure all functionality works as expected.
7272

73-
### For Chain Operators
73+
### For chain operators
7474

7575
Chain operators utilizing the SDK for cross-chain operations, bridging, or other functions should switch to the `viem` library.
7676
The `viem` library offers more efficient methods to handle these operations.
@@ -81,7 +81,7 @@ Chain operators should be aware of the following:
8181
* Update tooling: Ensure all tools and scripts are updated to use `viem`.
8282
* Monitor performance: After migration, closely monitor your chain's performance to ensure smooth operation.
8383

84-
### For Node Operators
84+
### For node operators
8585

8686
Node operators will need to ensure that any scripts or services relying on the Optimism SDK are updated to use `viem` library.
8787
These updates will help align with future improvements and scalability efforts across the OP Stack.

0 commit comments

Comments
 (0)