Cleanup the config

This commit is contained in:
Omar Abdulla
2025-09-02 18:03:42 +03:00
parent 7878f68c26
commit 1ec1778e32
20 changed files with 777 additions and 416 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use alloy::{
rpc::types::TransactionRequest,
};
use alloy_primitives::{FixedBytes, utils::parse_units};
use anyhow::Context;
use anyhow::Context as _;
use futures::{FutureExt, StreamExt, TryFutureExt, TryStreamExt, stream};
use semver::VersionReq;
use serde::{Deserialize, Serialize};
+1 -1
View File
@@ -1,4 +1,4 @@
use anyhow::Context;
use anyhow::Context as _;
use regex::Regex;
use revive_dt_common::iterators::EitherIter;
use revive_dt_common::types::{Mode, ModeOptimizerSetting, ModePipeline};