Merge pull request #385 from kinode-dao/bp/alloyhotfix

hotfix
This commit is contained in:
doria 2024-06-08 04:26:08 +09:00 committed by GitHub
commit 6ead2f39af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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