Minor use reorg

This commit is contained in:
sydhds
2025-06-06 15:02:17 +02:00
parent 35b46f5149
commit 8992557443
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use crate::sc::AlloyWsProvider;
// third-party
use alloy::{
primitives::{Address, U256},
providers::{ProviderBuilder, WsConnect},
@@ -6,6 +6,8 @@ use alloy::{
transports::{RpcError, TransportError},
};
use url::Url;
// internal
use crate::sc::AlloyWsProvider;
pub trait KarmaAmountExt {
type Error;

View File

@@ -1,4 +1,4 @@
use crate::sc::AlloyWsProvider;
// third-party
use alloy::{
primitives::Address,
providers::{ProviderBuilder, WsConnect},
@@ -6,6 +6,8 @@ use alloy::{
transports::{RpcError, TransportError},
};
use url::Url;
// internal
use crate::sc::AlloyWsProvider;
sol! {
// https://github.com/vacp2p/staking-reward-streamer/pull/220