Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isthmus: EIP 7702 #514

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions specs/protocol/isthmus/eip7702.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [EIP-7702](#eip-7702)
- [Overview](#overview)

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

## EIP-7702

refcell marked this conversation as resolved.
Show resolved Hide resolved

## Overview

Isthmus applies [EIP-7702][7702] to the OP Stack.


[7702]: https://eips.ethereum.org/EIPS/eip-7702
2 changes: 2 additions & 0 deletions specs/protocol/isthmus/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This document is not finalized and should be considered experimental.

## Consensus Layer

- [EIP-7702](./eip7702.md)

## Smart Contracts

- [SuperchainConfig](./superchain-config.md)