From 95e857ce8612421c7efa0a16490db769b99e1e13 Mon Sep 17 00:00:00 2001 From: David Klank <155117116+davidjsonn@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:16:23 +0300 Subject: [PATCH] fix error in pause.mdx --- pages/stack/security/pause.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stack/security/pause.mdx b/pages/stack/security/pause.mdx index a93167402..0680b7e32 100644 --- a/pages/stack/security/pause.mdx +++ b/pages/stack/security/pause.mdx @@ -53,6 +53,6 @@ To change the `GUARDIAN` address, the `SuperchainConfig` proxy contract must be ## Additional information -While this funcationality is available for the OP Stack protocol, it does not cover the security of centralized exchanges and third party bridges. +While this functionality is available for the OP Stack protocol, it does not cover the security of centralized exchanges and third party bridges. If you operate a centralized exchange or third party bridge, you should monitor this contract and pause withdrawals from the Superchain if you see that it has been paused. If you'd like to learn more about the privileged roles in the OP Stack, see the [privileged roles](/superchain/privileged-roles) documentation.