Skip to content

Commit

Permalink
simulator (op/rpc): bump reference-optimistic-geth
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly authored and mslipper committed Sep 8, 2022
1 parent fe26c14 commit 2c3b871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/optimism/rpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ethereum-optimism/hive/simulators/optimism/rpc

go 1.18

replace github.com/ethereum/go-ethereum v1.10.17 => github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220616183505-9a67f31e4592
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220701172458-eb7063ffd498

require (
github.com/ethereum-optimism/hive/simulators/optimism/devnet v0.0.0-20220629174645-706bb72bc224
Expand Down
2 changes: 2 additions & 0 deletions simulators/optimism/rpc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ github.com/ethereum-optimism/optimism/op-bindings v0.0.0-20220614233543-0d8fa52a
github.com/ethereum-optimism/optimism/op-bindings v0.0.0-20220614233543-0d8fa52afca2/go.mod h1:e9mMYiVsdJf9BI//FdaA77BwNNgNMR043JtB7CPXNxY=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220616183505-9a67f31e4592 h1:o0iObEB8uMXiu0XdeODWsqbg5MSNhsFoM/a37szPVXs=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220616183505-9a67f31e4592/go.mod h1:8AfU1epKggKxDt9wr7rH5KmCeiT3yT0sEvroru1mO6Q=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220701172458-eb7063ffd498 h1:kuLbouVCJR/w+SEJR0k6roHcZGWzRzJ7B3K2DxlxQ/0=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220701172458-eb7063ffd498/go.mod h1:8AfU1epKggKxDt9wr7rH5KmCeiT3yT0sEvroru1mO6Q=
github.com/ethereum/hive v0.0.0-20220630112103-4b22dc796d94 h1:39Oo8ybna0qHaFAdrZi+PHdZptqtijuF/B3nKcNnTr0=
github.com/ethereum/hive v0.0.0-20220630112103-4b22dc796d94/go.mod h1:vQuqye6Z1jGIfm+KietrneQ+LTZUJ8imipAq7tMGvV0=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
Expand Down

0 comments on commit 2c3b871

Please sign in to comment.