feat: resolve pr comments
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
use alloy_primitives::Address;
|
||||
use num_bigint::BigUint;
|
||||
use tycho_core::{dto::ProtocolComponent, Bytes};
|
||||
|
||||
@@ -62,7 +61,7 @@ pub struct Transaction {
|
||||
// ETH value to be sent with the transaction.
|
||||
pub value: BigUint,
|
||||
// Address of the contract to call with the calldata
|
||||
pub to: Address,
|
||||
pub to: Bytes,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
||||
Reference in New Issue
Block a user