Skip to content

Commit

Permalink
fix: set base_fee to None (#2)
Browse files Browse the repository at this point in the history
* build: remove useless deps

* fix: Prior to Holocene activation, this base_fee should always be none
  • Loading branch information
PinelliaC authored and byteflyfunny committed Dec 23, 2024
1 parent 386e1c0 commit 30d4eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-sdk/proof/src/l1/eigen_da_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use alloc::boxed::Box;
use alloc::vec;
use alloy_primitives::keccak256;
use async_trait::async_trait;
use tokio::io::AsyncReadExt;
// use tokio::io::AsyncReadExt;
use kona_derive::traits::EigenDAProvider;
use kona_preimage::{CommsClient, PreimageKey, PreimageKeyType};
use kona_preimage::PreimageKeyType::Precompile;
Expand Down

0 comments on commit 30d4eba

Please sign in to comment.