Skip to content

Commit

Permalink
move to fork-agnostic KZG crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed May 14, 2024
1 parent 08469c5 commit 55cc359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-build-rs/src/compat.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::Error;
use ethereum_consensus::{
deneb::polynomial_commitments::{KzgCommitment, KzgProof},
crypto::{KzgCommitment, KzgProof},
primitives::{Bytes32, ExecutionAddress},
ssz::prelude::{ByteList, ByteVector, SimpleSerializeError, U256},
Error as ConsensusError, Fork,
Expand Down

0 comments on commit 55cc359

Please sign in to comment.