You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/builders/notices/fp-changes.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The proposed Fault Proof upgrade requires developers to enable Fault Proof chang
74
74
75
75
***Option 1: Optimism SDK Update.** If you use OptimismSDK for bridging, simply update to version 3.2.0 or higher.
76
76
The Optimism SDK changes do not break the API and require no changes other than updating to the correct software version to support the new `OptimismPortal` logic. The Optimism SDK will automatically begin to use the new logic once it detects that the FPM update has gone live.
77
-
***Option 2: Viem Update.**Viem changes will break the API and require both updating to latest version and replacing use of the currently used decorator with the `experimental` decorator that supports fault proofs. When Fault Proofs are on OP Mainnet, `publicActionsL2`will be updated to support fault proofs by default, and it will be recommended that developers switch to the stable API.
77
+
***Option 2: Viem Update.**Update to the latest version of Viem (version of >=2.9.0). Viem will automatically begin to use the new logic once it detects that the FPM update has gone live.
0 commit comments