From cf2888eafaeb42dc6b0a7ee4b8c4c525947d65be Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Wed, 4 Sep 2024 16:11:42 -0600 Subject: [PATCH] typo: derivation specs (#359) * typo: derivation specs Use `setL1BlockIsthmus` rather than than `setL1BlockInterop` * specs: fix typo Co-authored-by: Adrian Sutton --------- Co-authored-by: Adrian Sutton --- specs/interop/derivation.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/specs/interop/derivation.md b/specs/interop/derivation.md index 1727f2d93..217d59c44 100644 --- a/specs/interop/derivation.md +++ b/specs/interop/derivation.md @@ -7,7 +7,6 @@ - [Overview](#overview) - [Deposit Context](#deposit-context) - [Gas Considerations](#gas-considerations) -- [Security Considerations](#security-considerations) @@ -35,7 +34,7 @@ if any exists, or after the first L1 attributes transaction if there are no user The order of deposit transactions occurs as follows: -1. L1 attributes transaction calling [`setL1BlockValuesInterop()`](../protocol/ecotone/l1-attributes.md). +1. L1 attributes transaction calling [`setL1BlockValuesIsthmus()`](../protocol/ecotone/l1-attributes.md). 1. User deposits 1. L1 attributes transaction calling [`depositsComplete()`](../protocol/ecotone/l1-attributes.md) @@ -46,7 +45,3 @@ There's no guarantee on the minimum gas available for the second L1 attributes t may be filled by the other deposit transactions. As a consequence, a deposit context may spill into multiple blocks. This will be fixed in the future. - -## Security Considerations - -TODO