Skip to content

Commit

Permalink
preview network config update
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Feb 1, 2023
1 parent c4d81a2 commit 09409ba
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -257,14 +257,14 @@ export const networks = Object.freeze({
Object.freeze({
StartAt: 0,
ChainNetworkId: '0',
ByronNetworkId: 1,
GenesisDate: '1654041600000',
ByronNetworkId: 2,
GenesisDate: '1666656000000',
SlotsPerEpoch: 21600,
SlotDuration: 20,
}),
Object.freeze({
StartAt: 0,
SlotsPerEpoch: 432000,
SlotsPerEpoch: 86400,
SlotDuration: 1,
PerEpochPercentageReward: 69344,
LinearFee: {
Expand Down

0 comments on commit 09409ba

Please sign in to comment.