Skip to content

Commit 72b1bd0

Browse files
address format reverse
1 parent 2353f73 commit 72b1bd0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

common/src/attestations/dispute_manager.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
22
// SPDX-License-Identifier: Apache-2.0
33

4+
use crate::subgraph_client::SubgraphClient;
5+
use alloy::primitives::Address;
46
use anyhow::Error;
57
use graphql_client::GraphQLQuery;
68
use std::time::Duration;
7-
use thegraph_core::Address;
89
use tokio::sync::watch::{self, Receiver};
910
use tokio::time::{self, sleep};
1011
use tracing::warn;
1112

12-
use crate::subgraph_client::SubgraphClient;
13-
1413
type Bytes = Address;
1514

1615
#[derive(GraphQLQuery)]

0 commit comments

Comments
 (0)