Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
42674b6a
Unverified
Commit
42674b6a
authored
Mar 23, 2023
by
Ori Pomerantz
Committed by
GitHub
Mar 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(docs/op-stack): pause.md is withdrawals
Doesn't affect deposits.
parent
522efa21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
pause.md
docs/op-stack/src/docs/security/pause.md
+3
-1
No files found.
docs/op-stack/src/docs/security/pause.md
View file @
42674b6a
...
...
@@ -7,7 +7,7 @@ lang: en-US
## Why do it?
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?
...
...
@@ -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.
[
You can tell the proxy to go to a new contract
](
../build/tutorials/new-precomp.md
)
.
<!--
## Seeing it in action
1.
Set these environment variables
...
...
@@ -80,3 +81,4 @@ Luckily, it isn't supposed to be called directly, but through a proxy.
```
sh
cast send
--private-key
$PRIV_KEY
$PORTAL_ADDR
"pause()"
```
-->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment