mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: alloy 0.4 (#11334)
This commit is contained in:
@ -29,7 +29,7 @@ impl TransactionTestContext {
|
||||
/// Creates a deployment transaction and signs it, returning an envelope.
|
||||
pub async fn deploy_tx(
|
||||
chain_id: u64,
|
||||
gas: u128,
|
||||
gas: u64,
|
||||
init_code: Bytes,
|
||||
wallet: PrivateKeySigner,
|
||||
) -> TxEnvelope {
|
||||
@ -40,7 +40,7 @@ impl TransactionTestContext {
|
||||
/// Creates a deployment transaction and signs it, returning bytes.
|
||||
pub async fn deploy_tx_bytes(
|
||||
chain_id: u64,
|
||||
gas: u128,
|
||||
gas: u64,
|
||||
init_code: Bytes,
|
||||
wallet: PrivateKeySigner,
|
||||
) -> Bytes {
|
||||
@ -145,7 +145,7 @@ impl TransactionTestContext {
|
||||
/// Creates a type 2 transaction
|
||||
fn tx(
|
||||
chain_id: u64,
|
||||
gas: u128,
|
||||
gas: u64,
|
||||
data: Option<Bytes>,
|
||||
delegate_to: Option<SignedAuthorization>,
|
||||
nonce: u64,
|
||||
|
||||
Reference in New Issue
Block a user