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

@@ -1,7 +1,9 @@
use std::{collections::HashMap, str::FromStr};
use alloy_primitives::{Address, Bytes as AlloyBytes, U8};
use alloy_sol_types::SolValue;
use alloy::{
primitives::{Address, Bytes as AlloyBytes, U8},
sol_types::SolValue,
};
use serde_json::from_str;
use tycho_common::Bytes;