Skip to content

Commit 9b7ce08

Browse files
new: section on chain ids in the portal
1 parent 20c2b56 commit 9b7ce08

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

protocol/proofs/generic-withdrawal-proofs.md

+8
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ we can blackbox the Fault Dispute Game. We also need to audit that the Super Roo
6464
used unless it has been activated and that the inclusion of both functions is not dangerous for any
6565
reason.
6666

67+
### Cross-Chain Withdrawals
68+
69+
We have decided that we will NOT allow the `OptimismPortal` for one chain to process withdrawals
70+
from another chain when interop launches because of security implications with the correctness of
71+
the cross-domain message sender. The Super Root withdrawal proof must therefore guarantee that a
72+
given withdrawal was actually created on the specific chain that corresponds to the given
73+
`OptimismPortal`. This means that we need to include a chain ID in the `OptimismPortal`.
74+
6775
## Failure Modes
6876

6977
### Bug in Proof Validation Logic

0 commit comments

Comments
 (0)