Skip to content

Commit

Permalink
chore: moved config files for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Apr 19, 2024
1 parent 69bcb29 commit f33a674
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions config/network/preview/cardano-node/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"AlonzoGenesisFile": "../genesis/alonzo.json",
"AlonzoGenesisFile": "alonzo-genesis.json",
"AlonzoGenesisHash": "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874",
"ByronGenesisFile": "../genesis/byron.json",
"ByronGenesisFile": "byron-genesis.json",
"ByronGenesisHash": "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761",
"ConwayGenesisFile": "../genesis/conway.json",
"ConwayGenesisFile": "conway-genesis.json",
"ConwayGenesisHash": "89dd23dc6a020afa0c7521fe52fe14e38d494129933a3604154a3acfa4ac16e4",
"EnableP2P": true,
"ExperimentalHardForksEnabled": false,
Expand All @@ -13,7 +13,7 @@
"LastKnownBlockVersion-Minor": 1,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
"ShelleyGenesisFile": "../genesis/shelley.json",
"ShelleyGenesisFile": "shelley-genesis.json",
"ShelleyGenesisHash": "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d",
"TargetNumberOfActivePeers": 20,
"TargetNumberOfEstablishedPeers": 50,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f33a674

Please sign in to comment.