Commit 42674b6a authored by Ori Pomerantz's avatar Ori Pomerantz Committed by GitHub

fix(docs/op-stack): pause.md is withdrawals

Doesn't affect deposits.
parent 522efa21
...@@ -7,7 +7,7 @@ lang: en-US ...@@ -7,7 +7,7 @@ lang: en-US
## Why do it? ## Why do it?
The bridge allows movement between blockchains. The bridge allows movement between blockchains.
If the security of a blockchain is compromised, pausing the bridge will mitigate damage until the issue is resolved. If the security of a blockchain is compromised, pausing bridge withdrawals will mitigate damage until the issue is resolved.
## Who can do it? ## Who can do it?
...@@ -24,6 +24,7 @@ The guardian is immutable, there is no way to change it while using the same con ...@@ -24,6 +24,7 @@ The guardian is immutable, there is no way to change it while using the same con
Luckily, it isn't supposed to be called directly, but through a proxy. Luckily, it isn't supposed to be called directly, but through a proxy.
[You can tell the proxy to go to a new contract](../build/tutorials/new-precomp.md). [You can tell the proxy to go to a new contract](../build/tutorials/new-precomp.md).
<!--
## Seeing it in action ## Seeing it in action
1. Set these environment variables 1. Set these environment variables
...@@ -80,3 +81,4 @@ Luckily, it isn't supposed to be called directly, but through a proxy. ...@@ -80,3 +81,4 @@ Luckily, it isn't supposed to be called directly, but through a proxy.
```sh ```sh
cast send --private-key $PRIV_KEY $PORTAL_ADDR "pause()" cast send --private-key $PRIV_KEY $PORTAL_ADDR "pause()"
``` ```
-->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment