Skip to content

Commit

Permalink
cardano net setting: handle sancho
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Apr 8, 2024
1 parent 6738ab5 commit bd2f3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ async fn main() -> anyhow::Result<()> {
"mainnet" => dcspark_blockchain_source::cardano::NetworkConfiguration::mainnet(),
"preprod" => dcspark_blockchain_source::cardano::NetworkConfiguration::preprod(),
"preview" => dcspark_blockchain_source::cardano::NetworkConfiguration::preview(),
"sanchonet" => dcspark_blockchain_source::cardano::NetworkConfiguration::sancho(),
_ => return Err(anyhow::anyhow!("network not supported by source")),
};

Expand Down

0 comments on commit bd2f3a6

Please sign in to comment.