Skip to content

Commit

Permalink
typo: derivation specs (#359)
Browse files Browse the repository at this point in the history
* typo: derivation specs

Use `setL1BlockIsthmus` rather than than `setL1BlockInterop`

* specs: fix typo

Co-authored-by: Adrian Sutton <[email protected]>

---------

Co-authored-by: Adrian Sutton <[email protected]>
  • Loading branch information
tynes and ajsutton authored Sep 4, 2024
1 parent 24223af commit cf2888e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions specs/interop/derivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- [Overview](#overview)
- [Deposit Context](#deposit-context)
- [Gas Considerations](#gas-considerations)
- [Security Considerations](#security-considerations)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -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)

Expand All @@ -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

0 comments on commit cf2888e

Please sign in to comment.