Skip to content

Commit

Permalink
support devnet import (#15264)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuunlimm authored Nov 13, 2024
1 parent 77679db commit 6667ac6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ impl TransactionImporterConfig {
let modified_output_path = match network_name.as_str() {
"mainnet" => output_path.join("imported_mainnet_txns"),
"testnet" => output_path.join("imported_testnet_txns"),
"devnet" => output_path.join("imported_devnet_txns"),
_ => {
return Err(anyhow::anyhow!(
"[Transaction Importer] Unknown network: {}",
Expand Down

0 comments on commit 6667ac6

Please sign in to comment.