Skip to content

Commit

Permalink
optimism: import optimism module by git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Nov 8, 2022
1 parent 927ff05 commit 197ebe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion simulators/optimism/l1ops/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/ethereum/go-ethereum v1.10.26 => github.com/ethereum-optimism

replace github.com/ethereum/hive v0.0.0-20220727121216-02ad57aaf9c1 => github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7

replace github.com/ethereum/hive/optimism v0.0.0 => ../../../optimism
replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20221108003315-927ff05b256c

require (
github.com/ethereum-optimism/optimism/op-bindings v0.10.0
Expand Down
4 changes: 1 addition & 3 deletions simulators/optimism/p2p/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ replace github.com/ethereum/go-ethereum v1.10.26 => github.com/ethereum-optimism

replace github.com/ethereum/hive v0.0.0-20220727121216-02ad57aaf9c1 => github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7

//replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20221102053920-dbdb4ad29ff2

replace github.com/ethereum/hive/optimism v0.0.0 => ../../../optimism
replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20221108003315-927ff05b256c

require (
github.com/ethereum-optimism/optimism/op-node v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion simulators/optimism/rpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/ethereum/go-ethereum v1.10.26 => github.com/ethereum-optimism

replace github.com/ethereum/hive v0.0.0-20220727121216-02ad57aaf9c1 => github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7

replace github.com/ethereum/hive/optimism v0.0.0 => ../../../optimism
replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20221108003315-927ff05b256c

require (
github.com/ethereum/go-ethereum v1.10.26
Expand Down

0 comments on commit 197ebe0

Please sign in to comment.