Skip to content

Commit

Permalink
updated 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 7bd2cbc commit 69bcb29
Show file tree
Hide file tree
Showing 10 changed files with 392 additions and 392 deletions.
2 changes: 1 addition & 1 deletion config/network/preview/cardano-db-sync/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@
"scRotation": null
}
]
}
}
196 changes: 0 additions & 196 deletions config/network/preview/cardano-node/alonzo-genesis.json

This file was deleted.

117 changes: 0 additions & 117 deletions config/network/preview/cardano-node/byron-genesis.json

This file was deleted.

16 changes: 8 additions & 8 deletions config/network/preview/cardano-node/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"AlonzoGenesisFile": "alonzo-genesis.json",
"AlonzoGenesisHash": "1e696bd9cb57ee4baba7caf9685d90cf191092bb16b0118257694e4f1160ad45",
"ByronGenesisFile": "byron-genesis.json",
"AlonzoGenesisFile": "../genesis/alonzo.json",
"AlonzoGenesisHash": "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874",
"ByronGenesisFile": "../genesis/byron.json",
"ByronGenesisHash": "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761",
"ConwayGenesisFile": "conway-genesis.json",
"ConwayGenesisHash": "e69323f9cf45ec87729691080c88e1d1afa697b951b677105673f6b703f37867",
"ConwayGenesisFile": "../genesis/conway.json",
"ConwayGenesisHash": "89dd23dc6a020afa0c7521fe52fe14e38d494129933a3604154a3acfa4ac16e4",
"EnableP2P": true,
"ExperimentalHardForksEnabled": false,
"ExperimentalProtocolsEnabled": false,
Expand All @@ -13,8 +13,8 @@
"LastKnownBlockVersion-Minor": 1,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
"ShelleyGenesisFile": "shelley-genesis.json",
"ShelleyGenesisHash": "816ae1d6589c944bb40011e44fdf0531b6702d3f6e569c62d7ba08a0367cc412",
"ShelleyGenesisFile": "../genesis/shelley.json",
"ShelleyGenesisHash": "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d",
"TargetNumberOfActivePeers": 20,
"TargetNumberOfEstablishedPeers": 50,
"TargetNumberOfKnownPeers": 100,
Expand Down Expand Up @@ -109,4 +109,4 @@
"scRotation": null
}
]
}
}
Loading

0 comments on commit 69bcb29

Please sign in to comment.