Skip to content

Commit c4aaf67

Browse files
Update pages/stack/security/pause.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7a12405 commit c4aaf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/stack/security/pause.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pause functionality were introduced to the OP Stack to mitigate the risk of with
3232
## Pause functionality
3333

3434
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 Optimism governed 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.
3636
L2-to-L1 transactions allow users and smart contracts on the OP Stack chain to send messages to the L1 parent chain.
3737
Pause functionality allows a `GUARDIAN` to halt L2-to-L1 transaction execution for the OP Stack chain in question.
3838
L1-to-L2 transactions are not affected by pause functionality.

0 commit comments

Comments
 (0)