Skip to content

Commit

Permalink
refactor: config groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Aug 8, 2023
1 parent 7cccc96 commit c2e524d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions subgraph-radio/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ use graphcast_sdk::{
message_typing::IdentityValidation, GraphcastAgentConfig, GraphcastAgentError,
},
graphql::{client_network::query_network_subgraph, QueryError},
init_tracing, wallet_address,
init_tracing, wallet_address, GraphcastNetworkName, LogFormat
};
use graphcast_sdk::{GraphcastNetworkName, LogFormat};
use serde::{Deserialize, Serialize};
use std::collections::HashSet;
use std::fmt;
use tracing::{debug, info, trace};

use crate::state::{panic_hook, PersistedState};
Expand Down
2 changes: 0 additions & 2 deletions subgraph-radio/src/metrics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ use prometheus::{IntCounterVec, IntGauge, IntGaugeVec, Opts};
use std::sync::atomic::AtomicBool;
use std::sync::Arc;
use std::{net::SocketAddr, str::FromStr};
use std::sync::atomic::AtomicBool;
use std::sync::Arc;
use tracing::{debug, info};

// Received (and validated) messages counter
Expand Down

0 comments on commit c2e524d

Please sign in to comment.