-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Rhys Bartels-Waller edited this page Jul 2, 2021
·
2 revisions
This repository contains a copy of the latest IOHK-managed service configurations, with a small
transformation to use directories as the only network identifier, which better suits building an
image by providing a single network configuration. It's intended to be added as a git
submodule, to be used within build steps from
local source. A nightly workflow commits
changes to the master
branch.
Before:
"AlonzoGenesisFile": "mainnet-alonzo-genesis.json",
After:
"AlonzoGenesisFile": "../genesis/alonzo.json"