mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 08:01:47 +03:00
hotfix: alloy_signer
This commit is contained in:
parent
5ee53edfd4
commit
f88ffb712d
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user