Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
ref impl: opnode base
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Jan 10, 2022
1 parent d0fe4ac commit 36257d6
Show file tree
Hide file tree
Showing 5 changed files with 791 additions and 0 deletions.
18 changes: 18 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module github.com/ethereum-optimism/optimistic-specs

go 1.17

require (
github.com/ethereum/go-ethereum v1.10.13
github.com/protolambda/ask v0.1.2
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
)

require (
github.com/go-stack/stack v1.8.0 // indirect
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
)

replace github.com/ethereum/go-ethereum v1.10.13 => github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220107224313-7f6d88bc156a

//replace github.com/ethereum/go-ethereum v1.10.13 => ../reference-optimistic-geth
Loading

0 comments on commit 36257d6

Please sign in to comment.