feat: Upgrade alloy to "1.0.6"

Took 18 minutes
This commit is contained in:
Diana Carvalho
2025-05-30 11:55:44 +01:00
parent 8f8af59f24
commit 5fa97d08e5
13 changed files with 753 additions and 657 deletions

View File

@@ -1221,9 +1221,12 @@ mod tests {
mod integration {
use std::{collections::HashMap, str::FromStr};
use alloy::{hex::encode, signers::local::PrivateKeySigner};
use alloy_primitives::{hex, Address, B256, U256};
use alloy_sol_types::SolValue;
use alloy::{
hex::encode,
primitives::{hex, Address, B256, U256},
signers::local::PrivateKeySigner,
sol_types::SolValue,
};
use num_bigint::{BigInt, BigUint};
use tycho_common::{models::protocol::ProtocolComponent, Bytes};