@@ -61,7 +61,6 @@ downloadLatestSnapshotTo tracer network directory = do
6161 Mainnet -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/genesis.vkey"
6262 Preproduction -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey"
6363 Preview -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/genesis.vkey"
64- Sanchonet -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/genesis.vkey"
6564 BlockfrostPreview -> Nothing
6665 BlockfrostPreprod -> Nothing
6766 BlockfrostMainnet -> Nothing
@@ -70,7 +69,6 @@ downloadLatestSnapshotTo tracer network directory = do
7069 Mainnet -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/ancillary.vkey"
7170 Preproduction -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/ancillary.vkey"
7271 Preview -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/ancillary.vkey"
73- Sanchonet -> Just " https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/ancillary.vkey"
7472 BlockfrostPreview -> Nothing
7573 BlockfrostPreprod -> Nothing
7674 BlockfrostMainnet -> Nothing
@@ -79,7 +77,6 @@ downloadLatestSnapshotTo tracer network directory = do
7977 Mainnet -> Just " https://aggregator.release-mainnet.api.mithril.network/aggregator"
8078 Preproduction -> Just " https://aggregator.release-preprod.api.mithril.network/aggregator"
8179 Preview -> Just " https://aggregator.pre-release-preview.api.mithril.network/aggregator"
82- Sanchonet -> Just " https://aggregator.testing-sanchonet.api.mithril.network/aggregator"
8380 BlockfrostPreview -> Nothing
8481 BlockfrostPreprod -> Nothing
8582 BlockfrostMainnet -> Nothing
0 commit comments