@@ -6,18 +6,18 @@ download_mithril_snapshot() {
66 case $NETWORK in
77 mainnet)
88 AGGREGATOR_ENDPOINT=${AGGREGATOR_ENDPOINT:- https:// aggregator.release-mainnet.api.mithril.network/ aggregator}
9- GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ input-output-hk / mithril/ main/ mithril-infra/ configuration/ release-mainnet/ genesis.vkey)}
10- ANCILLARY_VERIFICATION_KEY=${ANCILLARY_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ input-output-hk / mithril/ main/ mithril-infra/ configuration/ release-mainnet/ ancillary.vkey)}
9+ GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ IntersectMBO / mithril/ main/ mithril-infra/ configuration/ release-mainnet/ genesis.vkey)}
10+ ANCILLARY_VERIFICATION_KEY=${ANCILLARY_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ IntersectMBO / mithril/ main/ mithril-infra/ configuration/ release-mainnet/ ancillary.vkey)}
1111 ;;
1212 preprod)
1313 AGGREGATOR_ENDPOINT=${AGGREGATOR_ENDPOINT:- https:// aggregator.release-preprod.api.mithril.network/ aggregator}
14- GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ input-output-hk / mithril/ main/ mithril-infra/ configuration/ release-preprod/ genesis.vkey)}
15- ANCILLARY_VERIFICATION_KEY=${ANCILLARY_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ input-output-hk / mithril/ main/ mithril-infra/ configuration/ release-preprod/ ancillary.vkey)}
14+ GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ IntersectMBO / mithril/ main/ mithril-infra/ configuration/ release-preprod/ genesis.vkey)}
15+ ANCILLARY_VERIFICATION_KEY=${ANCILLARY_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ IntersectMBO / mithril/ main/ mithril-infra/ configuration/ release-preprod/ ancillary.vkey)}
1616 ;;
1717 preview)
1818 AGGREGATOR_ENDPOINT=${AGGREGATOR_ENDPOINT:- https:// aggregator.pre-release-preview.api.mithril.network/ aggregator}
19- GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ input-output-hk / mithril/ main/ mithril-infra/ configuration/ pre-release-preview/ genesis.vkey)}
20- ANCILLARY_VERIFICATION_KEY=${ANCILLARY_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ input-output-hk / mithril/ main/ mithril-infra/ configuration/ pre-release-preview/ ancillary.vkey)}
19+ GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ IntersectMBO / mithril/ main/ mithril-infra/ configuration/ pre-release-preview/ genesis.vkey)}
20+ ANCILLARY_VERIFICATION_KEY=${ANCILLARY_VERIFICATION_KEY:- $(wget -q -O - https:// raw.githubusercontent.com/ IntersectMBO / mithril/ main/ mithril-infra/ configuration/ pre-release-preview/ ancillary.vkey)}
2121 ;;
2222 esac
2323 echo " Listing content of /node dir:"
0 commit comments