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
1e53065e
Unverified
Commit
1e53065e
authored
Dec 05, 2023
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specs: Updates to superchain-configuration.md
parent
e9d39076
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
superchain-configuration.md
specs/superchain-configuration.md
+7
-12
No files found.
specs/superchain-configuration.md
View file @
1e53065e
...
...
@@ -44,13 +44,8 @@ an emergency situation. The Guardian role is authorized to pause and unpause the
#### Paused identifiers
The Guardian may distributed a set of presigned transactions to trusted partners, so that the
`pause()`
method may be called as quickly as possible in the event of an emergency. Although this increases the risk of
the system being paused unnecessarily, this is preferable to not pausing when assets are legitimately
vulnerable.
When the system is paused the
`Paused(string identifier)`
event is emitted, which enables easy attribution
of which partner triggered the pause.
When the system is paused the
`Paused(string identifier)`
event is emitted. This allows for the
caller to provide additional information to be used during incident response.
#### Scope of pausability
...
...
@@ -61,8 +56,8 @@ layer.
When the Pause is activated, the following methods are disabled:
1.
`OptimismPortal.proveWithdrawalTransaction()`
2
.
`OptimismPortal.finalizeWithdrawalTransaction()`
3.
`StandardBridge.finalizeBridgeERC20
()`
4.
`StandardBridge.finalizeBridgeETH
()`
5.
`L1ERC721Bridge.finalizeBridgeERC721
()`
6.
`L1CrossDomainMessenger.relayMessage
()`
1
.
`OptimismPortal.finalizeWithdrawalTransaction()`
1.
`L1CrossDomainMessenger.relayMessage
()`
1.
`StandardBridge.finalizeBridgeERC20
()`
1.
`StandardBridge.finalizeBridgeETH
()`
1.
`L1ERC721Bridge.finalizeBridgeERC721
()`
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