hotfix: alloy_signer

This commit is contained in:
bitful-pannul 2024-06-07 12:16:10 -07:00
parent 5ee53edfd4
commit f88ffb712d

View File

@ -4,8 +4,8 @@ use alloy::providers::{Provider, ProviderBuilder, RootProvider};
use alloy::pubsub::PubSubFrontend;
use alloy::rpc::client::WsConnect;
use alloy::rpc::types::eth::{TransactionInput, TransactionRequest};
use alloy::signers::Signature;
use alloy_primitives::{Address as EthAddress, Bytes, FixedBytes, U256};
use alloy_signer::Signature;
use alloy_sol_macro::sol;
use alloy_sol_types::{SolCall, SolValue};
use base64::{engine::general_purpose::STANDARD as base64_standard, Engine};