Skip to content

Commit

Permalink
docs: fix example json due to trailing commas (ethpandaops#242)
Browse files Browse the repository at this point in the history
the example network_params.json in the readme is invalid json due to the
trailing commas. This PR removes the trailing commas.
  • Loading branch information
leeederek authored Sep 27, 2023
1 parent d04e85f commit de59952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi
// The epoch at which the capella and deneb forks are set to occur.
"capella_fork_epoch": 0,
"deneb_fork_epoch": 4,
"electra_fork_epoch": null,
"electra_fork_epoch": null
},

// Configuration place for transaction spammer - https://github.com/MariusVanDerWijden/tx-fuzz
Expand All @@ -227,7 +227,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi
"el_forkmon",
"beacon_metrics_gazer",
"light_beaconchain_explorer",
"prometheus_grafana",
"prometheus_grafana"
],

// If set, the package will block until a finalized epoch has occurred.
Expand Down

0 comments on commit de59952

Please sign in to comment.