Skip to content

Commit 3ee98a8

Browse files
author
Ludo Galabru
committed
fix: ports
1 parent c35a737 commit 3ee98a8

File tree

1 file changed

+3
-1
lines changed
  • components/chainhook-cli/src/config

1 file changed

+3
-1
lines changed

components/chainhook-cli/src/config/mod.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pub mod generator;
33

44
pub use chainhook_event_observer::indexer::IndexerConfig;
55
use chainhook_event_observer::observer::{
6-
EventObserverConfig, DEFAULT_CONTROL_PORT, DEFAULT_INGESTION_PORT,
6+
EventObserverConfig,
77
};
88
use chainhook_types::{BitcoinBlockSignaling, BitcoinNetwork, StacksNetwork};
99
pub use file::ConfigFile;
@@ -12,6 +12,8 @@ use std::fs::File;
1212
use std::io::{BufReader, Read};
1313
use std::path::PathBuf;
1414

15+
use crate::service::{DEFAULT_INGESTION_PORT, DEFAULT_CONTROL_PORT};
16+
1517
const DEFAULT_MAINNET_TSV_ARCHIVE: &str =
1618
"https://archive.hiro.so/mainnet/stacks-blockchain-api/mainnet-stacks-blockchain-api-latest.gz";
1719
const DEFAULT_TESTNET_TSV_ARCHIVE: &str =

0 commit comments

Comments
 (0)