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/stack/security/pause.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Pause functionality were introduced to the OP Stack to mitigate the risk of with
32
32
## Pause functionality
33
33
34
34
The `OptimismPortal` points to a `SuperchainConfig` smart contract which has a privileged `GUARDIAN` address that can pause and unpause L2-to-L1 transactions from being executed.
35
-
The `SuperchainConfig` contract is shared implmentation across the Superchain and all Optimismgoverned chains point to it and any OP Stack chain can opt to point their`SuperchainConfigProxy` to this shared implmentation.
35
+
The `SuperchainConfig` contract is a shared implementation across the Superchain. All Optimism-governed chains point to it, and any OP Stack chain can point its`SuperchainConfigProxy` to this shared implementation.
36
36
L2-to-L1 transactions allow users and smart contracts on the OP Stack chain to send messages to the L1 parent chain.
37
37
Pause functionality allows a `GUARDIAN` to halt L2-to-L1 transaction execution for the OP Stack chain in question.
38
38
L1-to-L2 transactions are not affected by pause functionality.
0 commit comments