From 9107f637172de3bb0ccc69fd41d01bc3c40f9f83 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Fri, 3 May 2024 19:27:30 -0600 Subject: [PATCH] update display of custom networks --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a0d1e43..d55ebead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon-api-client" version = "0.1.0" -source = "git+https://github.com/ralexstokes/ethereum-consensus?rev=5cf67a5944ef4e18742178374eb4d37b50a5b292#5cf67a5944ef4e18742178374eb4d37b50a5b292" +source = "git+https://github.com/ralexstokes/ethereum-consensus?rev=0ead81b3401ee696d9f7f6abef0bf2c662555dc6#0ead81b3401ee696d9f7f6abef0bf2c662555dc6" dependencies = [ "clap", "ethereum-consensus", @@ -2654,7 +2654,7 @@ dependencies = [ [[package]] name = "ethereum-consensus" version = "0.1.1" -source = "git+https://github.com/ralexstokes/ethereum-consensus?rev=5cf67a5944ef4e18742178374eb4d37b50a5b292#5cf67a5944ef4e18742178374eb4d37b50a5b292" +source = "git+https://github.com/ralexstokes/ethereum-consensus?rev=0ead81b3401ee696d9f7f6abef0bf2c662555dc6#0ead81b3401ee696d9f7f6abef0bf2c662555dc6" dependencies = [ "blst", "bs58 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 17bfd5b1..0dba6485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ default-members = ["bin/mev"] version = "0.3.0" [workspace.dependencies] -ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "5cf67a5944ef4e18742178374eb4d37b50a5b292" } -beacon-api-client = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "5cf67a5944ef4e18742178374eb4d37b50a5b292" } +ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "0ead81b3401ee696d9f7f6abef0bf2c662555dc6" } +beacon-api-client = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "0ead81b3401ee696d9f7f6abef0bf2c662555dc6" } reth = { git = "https://github.com/paradigmxyz/reth", rev = "8e65cb3" } reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "8e65cb3" }