From f88ffb712dfb5588cdec96b4424edd4d8cb01aeb Mon Sep 17 00:00:00 2001 From: bitful-pannul Date: Fri, 7 Jun 2024 12:16:10 -0700 Subject: [PATCH] hotfix: alloy_signer --- kinode/src/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinode/src/register.rs b/kinode/src/register.rs index 95aec391..9ae8ba6d 100644 --- a/kinode/src/register.rs +++ b/kinode/src/register.rs @@ -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};