Skip to content

Commit

Permalink
update beacon-api-client dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Sep 15, 2023
1 parent 6faf3a1 commit 979b143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ members = ["bin/mev", "mev-boost-rs", "mev-relay-rs", "mev-build-rs", "mev-rs"]
default-members = ["bin/mev"]

[workspace.dependencies]
ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "6dee2390c8f4900ce3a521a6e6ac7ed0335cad2a" }
beacon-api-client = { git = "https://github.com/ralexstokes/beacon-api-client", rev = "5e4b3a78bb8ff4446f26424f19b837c2dc519213" }
ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "2a851385a13c8f0e5d8f482417c1923dcae45f66" }
beacon-api-client = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "2a851385a13c8f0e5d8f482417c1923dcae45f66" }
ssz_rs = "0.9.0"

reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "900ada5aaa4b5d4a633df78764e7dd7169a13405" }
Expand Down

0 comments on commit 979b143

Please sign in to comment.