Skip to content

Commit

Permalink
simulators/ethereum/engine: set HIVE_MERGE_BLOCK_ID before shanghai f…
Browse files Browse the repository at this point in the history
…ork (#684)
  • Loading branch information
fjl authored Jan 24, 2023
1 parent 3ffb4ee commit ce0da5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 203 deletions.
5 changes: 1 addition & 4 deletions simulators/ethereum/engine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/ethereum/go-ethereum v1.10.26
github.com/ethereum/hive v0.0.0-20221123180504-f0f647240e9b
github.com/ethereum/hive v0.0.0-20230124094404-5b561920e19b
github.com/golang-jwt/jwt/v4 v4.4.3
)

Expand All @@ -23,12 +23,9 @@ require (
github.com/fjl/memsize v0.0.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/graph-gophers/graphql-go v1.4.0 // indirect
Expand Down
Loading

0 comments on commit ce0da5b

Please sign in to comment.